Last active
July 25, 2016 08:45
-
-
Save srdjan-m/525657baf8e41134c018e16a550bb6d5 to your computer and use it in GitHub Desktop.
genesis: remove post entry meta in entry header
This file contains hidden or 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 entry meta in the entry header (requires HTML5 theme support) | |
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