Created
May 8, 2014 23:21
-
-
Save iamkingsleyf/ef8e8c5dc1bcd8e26d71 to your computer and use it in GitHub Desktop.
Remove Genesis post meta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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