Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 11:32
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 reasonstousegenesis/91f2241342b1d9512a0c to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/91f2241342b1d9512a0c to your computer and use it in GitHub Desktop.
Remove the entry meta before content (XHTML)
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Remove the entry meta before content (XHTML)
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/remove-post-info/
*/
remove_action( 'genesis_before_post_content', 'genesis_post_info' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment