Genesis Framework : Code to remove the author box on single posts
<?php | |
//* Do NOT include the opening php tag | |
//* Remove the author box on single posts | |
remove_action( 'genesis_after_entry', 'genesis_do_author_box_single', 8 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment