Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active November 6, 2015 02:18
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 jpmarchand/2a4d826379012de65b9f to your computer and use it in GitHub Desktop.
Save jpmarchand/2a4d826379012de65b9f to your computer and use it in GitHub Desktop.
Remove Genesis author box on single posts. Source: http://my.studiopress.com/snippets/author-box/#remove-single
<?php
//* Remove Genesis 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