Skip to content

Instantly share code, notes, and snippets.

@jonschr
Created October 19, 2015 03:52
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 jonschr/67452810bdd540e0fb74 to your computer and use it in GitHub Desktop.
Save jonschr/67452810bdd540e0fb74 to your computer and use it in GitHub Desktop.
Remove the author box in a template file
<?php
//* Don't include the opening php tag
//* Remove the author box on single posts HTML5 Themes
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