Hello, I would like to display the "post comment" box before the comments, is this possible? Thanks!
Display Comment Box Before Comments
5 posts from 2 voices-
Posted 7 months ago #
-
Any ideas?
Posted 7 months ago # -
Hi,
Open includes > comments.php and find this code
/* Last but not least the comment_form() wordpress function * renders the comment form as defined by wordpress itself * if you want to modify the submission form check the documentation here: * http://codex.wordpress.org/Function_Reference/comment_form */ echo "<div class='comment_meta_container'>"; echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>"; echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>"; echo "</div>"; echo "<div class='comment_container'>"; comment_form(); echo "</div>";Cut and paste it above this code
// You can start editing here -- including this comment!Regards,
IsmaelPosted 7 months ago # -
You are a golden god. Thank you so much!
Posted 7 months ago # -
Hi snowtone,
Glad we could help. :)
Cheers,
IsmaelPosted 7 months ago #
Topic Closed
This topic has been closed to new replies.














