Below is the code to remove 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 | |
//* Remove Genesis author box on single posts | |
remove_action('genesis_after_entry', 'genesis_do_author_box_single', 8); |