Created
December 18, 2013 17:58
-
-
Save ChrisCree/8026861 to your computer and use it in GitHub Desktop.
How to show the contents from the page editor on a page using the Genesis blog page template for both XHTML and for HTML5. Create a file with the contents of this Gist. Name the file page_blog.php and FTP it up to your child theme directory. Then select the Blog page template and you should be good to go.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Template Name: Blog | |
* | |
* Modified Blog page template to add content area above | |
* blog archives | |
* | |
*/ | |
add_action( 'genesis_loop', 'genesis_standard_loop', 8 ); | |
genesis(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment