Skip to content

Instantly share code, notes, and snippets.

@iosipratama
Created September 20, 2017 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosipratama/61b6a2fd87385b8fd2580a15b459067b to your computer and use it in GitHub Desktop.
Save iosipratama/61b6a2fd87385b8fd2580a15b459067b to your computer and use it in GitHub Desktop.
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