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