Skip to content

Instantly share code, notes, and snippets.

@topleague
Created July 15, 2017 05:59
Show Gist options
  • Save topleague/2ff4ddf6ec8249c794e2fe36b58867c4 to your computer and use it in GitHub Desktop.
Save topleague/2ff4ddf6ec8249c794e2fe36b58867c4 to your computer and use it in GitHub Desktop.
Display Author Box Below Single Post
//* Display Author Box Below Single Post
remove_action( 'genesis_after_entry', 'genesis_do_author_box_single', 8 );
add_action( 'genesis_entry_content', 'genesis_do_author_box_single' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment