Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active August 29, 2015 14:06
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 braddalton/01204d2f12eb89f3d8ae to your computer and use it in GitHub Desktop.
Save braddalton/01204d2f12eb89f3d8ae to your computer and use it in GitHub Desktop.
add_action( 'genesis_before_loop', 'add_another_comment_form' );
function add_another_comment_form() {
if ( is_singular('post') ) {
genesis_comment_form();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment