Skip to content

Instantly share code, notes, and snippets.

@iosipratama
Created September 20, 2017 10:35
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 iosipratama/1f3cbca73271cc65252ad5fac8cdda1c to your computer and use it in GitHub Desktop.
Save iosipratama/1f3cbca73271cc65252ad5fac8cdda1c to your computer and use it in GitHub Desktop.
Genesis Framework : Add an Author Box on Archive Pages
<?php
//* Do NOT include the opening php tag
//* Add the author box on single posts
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