Created
January 13, 2016 16:01
-
-
Save CoachBirgit/753411ba6d4be81396e3 to your computer and use it in GitHub Desktop.
Remove the author box on archive pages with the Genesis Framework.
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
<?php | |
//* Do NOT include the opening php tag | |
//* Remove the author box on archive pages | |
remove_action( 'genesis_before_loop', 'genesis_do_author_box_archive', 15 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment