Below is the code to enable Genesis author box on archive pages.
Below is the code to enable Genesis author box on archive pages.
<?php | |
//* Enable Genesis author box on archive pages | |
add_filter('get_the_author_genesis_author_box_archive', '__return_true'); |