bassjobsen / jbst

Powerful theme framework that can be used as a standalone website builder or as a framework to create child themes for wordpress build on Twitter's Bootstrap 3. Full customizable with LESS
http://www.jbst.eu/
GNU General Public License v2.0
96 stars 36 forks source link

template structure #106

Closed bassjobsen closed 10 years ago

bassjobsen commented 10 years ago

The current index.php uses:

get_header();
do_action( 'jbst_before_content_page' );
<!--load template here -->
do_action( 'jbst_after_content_page' );
get_footer();

jbst_before_content_page and jbst_after_content_page can be hooked in get_header and get_footer respectively.

Also referring to https://github.com/bassjobsen/jamedo-bootstrap-start-theme/issues/93 source now contains files such as image.php. These files should be replaced with content-image.php