Closed bassjobsen closed 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.
jbst_before_content_page
jbst_after_content_page
get_header
get_footer
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
The current index.php uses:
jbst_before_content_page
andjbst_after_content_page
can be hooked inget_header
andget_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