Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:54
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 authentikHQ/6238bb1f0ecfb6c469d7c92b9837cff8 to your computer and use it in GitHub Desktop.
Save authentikHQ/6238bb1f0ecfb6c469d7c92b9837cff8 to your computer and use it in GitHub Desktop.
Remove author box on archive pages with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove 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