Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created February 4, 2018 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/314d1f30ad75de45ed492900dadb293c to your computer and use it in GitHub Desktop.
Save braddalton/314d1f30ad75de45ed492900dadb293c to your computer and use it in GitHub Desktop.
Remove Post Info & Entry Meta From Blog Page Template https://wp.me/p1lTu0-hlt
<?php
// Template Name: Blog
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment