Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:54
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 authentikHQ/d7166e01ed757a3dd9bb564d7fd4fd18 to your computer and use it in GitHub Desktop.
Save authentikHQ/d7166e01ed757a3dd9bb564d7fd4fd18 to your computer and use it in GitHub Desktop.
Remove author box on single posts with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove 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