Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Last active December 16, 2015 20:38
Show Gist options
  • Save jamiemitchell/5493355 to your computer and use it in GitHub Desktop.
Save jamiemitchell/5493355 to your computer and use it in GitHub Desktop.
Remove the post meta in Genesis
<?php
/* Remove the post meta function
------------------------------------------------------------ */
remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment