Skip to content

Instantly share code, notes, and snippets.

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