Skip to content

Instantly share code, notes, and snippets.

@iosipratama
Created September 20, 2017 11:29
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 iosipratama/283e82e688b70e41ef817b354455f20d to your computer and use it in GitHub Desktop.
Save iosipratama/283e82e688b70e41ef817b354455f20d to your computer and use it in GitHub Desktop.
Genesis Framework : Add an Author Box on Single Post
<?php
//* Do NOT include the opening php tag
//* Add the 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