Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.56 KB

README.md

File metadata and controls

69 lines (42 loc) · 2.56 KB

steeple

Project Vision and Intro

A mobile-first, responsive WordPress starter theme for custom church websites.

Steeple was built from the Bones WordPress starter theme by Eddie Machado. Bones was built to make the life of the developer easier using the HTML 5 Boilerplate.

Steeple adds functionality to Bones that enables more rapid development for church websites.

Like Bones, Steeple is built for developers. It provides a fully-funcitonal starting point, but it's meant to be modified and customized. Use it to build the perfect theme for your church website.

License Info

Copyright 2014 Soren Media Group LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Feature List

  • Mobile First, Responsive Grid
  • SASS Stylesheets
  • Placeholder text for an image slider on the front-page (integrated into Header)
  • Featured Content Area On Front-Page (integrated into Page template)
  • Designated sidebar for font-page (integarted into Page template)
  • Built-in capacity for custom content types and taxonomies

Current Status

Steeple is currently in beta stage development. Feel free to jump in and contribute!

Translation files are currently still "as is" from the Bones starter theme. Translation support is intended to be included in the 1.0 release.

The Bones starter grid needs to be evaluated and updated to support a wider range of media querries.

Use and Implementation

To use the Meta-Slider plugin on the front-page:

First, install and activate the meta-slider plugin.

Second, create a slider.

Third, edit the "header.php" template file: replace "metaslider id=123" on line 79 with the proper ID of your slider.

To Use Featured Content on Front Page

This functionality is taken straight from the Twenty Fourteen Wordpress Default Theme:

Designate a tag to be used as the "featured" tag in the Admin panel.

Tag posts with the Featured tag.

Change settings to point to a static page as front-page.

Featured posts will now appear in featured content area of the front-page.