Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 10:56
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/6f398f5f4c8bcbf32e5b to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/6f398f5f4c8bcbf32e5b to your computer and use it in GitHub Desktop.
Remove the entry meta after content
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Remove the entry meta after content
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-post-meta/
*/
add_filter( 'genesis_post_meta', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment