Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created October 14, 2015 06:02
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 reasonstousegenesis/5789dbd53a3acf0491b5 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/5789dbd53a3acf0491b5 to your computer and use it in GitHub Desktop.
Force remove the author box from all authors' archives with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Force remove the author box from all authors' archives with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/author-box-archive/
*/
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