Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13: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 authentikHQ/af95455b01c650d5ba584b9cc9a0c03a to your computer and use it in GitHub Desktop.
Save authentikHQ/af95455b01c650d5ba584b9cc9a0c03a to your computer and use it in GitHub Desktop.
Add author box on single posts with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Add author box on single posts.
add_filter( 'get_the_author_genesis_author_box_single', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment