Advertisement
srikat

Untitled

May 21st, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Display author box on single posts
  2. add_filter( 'get_the_author_genesis_author_box_single', '__return_true' );
  3.  
  4. // Display author box on archive pages
  5. add_filter( 'get_the_author_genesis_author_box_archive', '__return_true' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement