Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created January 13, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoachBirgit/753411ba6d4be81396e3 to your computer and use it in GitHub Desktop.
Save CoachBirgit/753411ba6d4be81396e3 to your computer and use it in GitHub Desktop.
Remove the author box on archive pages with the Genesis Framework.
<?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