Created
January 9, 2016 13:30
-
-
Save Komock/b398003127cef2474d61 to your computer and use it in GitHub Desktop.
Genesis Framework remove post info
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
<?php | |
// 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