Below is the code to enable Genesis author box on single posts.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Enable Genesis author box on single posts | |
add_filter('get_the_author_genesis_author_box_single', '__return_true'); |