Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 26, 2012 18:20
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 billerickson/3183622 to your computer and use it in GitHub Desktop.
Save billerickson/3183622 to your computer and use it in GitHub Desktop.
<?php
/**
* Display Author Box on all author archives
*
* @author Bill Erickson
* @link http://www.billerickson.net/overriding-options-and-meta
*
* @param bool $option
* @return bool
*/
add_filter( 'get_the_author_genesis_author_box_archive', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment