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