Skip to content

Instantly share code, notes, and snippets.

@Deaner666
Created January 13, 2015 13:17
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 Deaner666/d2609a534de42a9ffc33 to your computer and use it in GitHub Desktop.
Save Deaner666/d2609a534de42a9ffc33 to your computer and use it in GitHub Desktop.
Add author box to all post types (except pages)
<?php
// Add author box to single posts and author archives
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