Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 22, 2012 20:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/2164423 to your computer and use it in GitHub Desktop.
Save billerickson/2164423 to your computer and use it in GitHub Desktop.
Automatically Display Author Box
<?php
// Display Author box on Single and Archive
add_filter( 'get_the_author_genesis_author_box_single', '__return_true' );
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