Below is the code to remove Genesis author box on single posts.
Below is the code to remove Genesis author box on single posts.
<?php | |
//* Remove Genesis author box on single posts | |
remove_action('genesis_after_entry', 'genesis_do_author_box_single', 8); |