Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created June 2, 2013 04:24
Show Gist options
  • Save wpspeak/5692618 to your computer and use it in GitHub Desktop.
Save wpspeak/5692618 to your computer and use it in GitHub Desktop.
Reposition comments form in Genesis Framework
<?php
// Reposition comments form in Genesis Framework
remove_action( 'genesis_comment_form', 'genesis_do_comment_form' );
add_action( 'genesis_before_comments' , 'genesis_do_comment_form' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment