Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samediamba/5898769 to your computer and use it in GitHub Desktop.
Save samediamba/5898769 to your computer and use it in GitHub Desktop.
/**Place in Functions.php
// move comment box above comments
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