Skip to content

Instantly share code, notes, and snippets.

@iosipratama
Created September 20, 2017 11:36
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 iosipratama/fa4f52d347dd32646c1a787a451b6edd to your computer and use it in GitHub Desktop.
Save iosipratama/fa4f52d347dd32646c1a787a451b6edd to your computer and use it in GitHub Desktop.
Genesis Framework : Code to remove the author box on archive pages
<?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