Created
June 2, 2013 04:24
-
-
Save wpspeak/5692618 to your computer and use it in GitHub Desktop.
Reposition comments form in Genesis Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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