Skip to content

Instantly share code, notes, and snippets.

@digitalredeye
Created March 7, 2015 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitalredeye/eeddff80ecae7a82bab4 to your computer and use it in GitHub Desktop.
Save digitalredeye/eeddff80ecae7a82bab4 to your computer and use it in GitHub Desktop.
Blog template for Genesis Framework. This template displays content above the posts and only when on the first page.
<?php
//* Template Name: Blog
//* Only show page content above posts when on first page.
if ( !is_paged() ) {
add_action( 'genesis_loop', 'genesis_standard_loop', 5 );
}
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment