Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   How to move 'Leave a reply' box above the comments. (http://forum.bytesforall.com/showthread.php?t=15173)

tikijj Aug 20, 2011 08:57 PM

How to move 'Leave a reply' box above the comments.
 
Hello all,

Atahualpa by default displays the comments first and the 'Leave a reply' text box is positioned all the way at the bottom.

I wanted to know if it is possible to switch their position, so readers can leave a comment without having to scroll all the way down when there are several comments already.

To give you an example, check out one the posts on engadget, post, as you can see the reply text box is on top of the comments making it convenient to leave comments.

Is there a way that I can flip their position?
If not, would there be a way for me to put a 'Leave a reply' button or hyperlinked text that would directly take the user to the reply text area?

Thank you for your help.

juggledad Aug 21, 2011 01:34 PM

You can try editing comments.php and moving the call to comment_form to before where the comments are listed.

Big Geek Daddy Aug 22, 2011 09:49 AM

I moved this line and everything after it:

<?php
// Since 3.6.1: Configuring the new comment_form() function,

to right above this line:

<!-- Comment List -->
<ul class="commentlist">

And it seems to have put the comment form first and comments below it.

Big Geek Daddy Aug 22, 2011 10:07 AM

Disregard above...found out it deletes the form entirely off of new posts without any previous comments.

tikijj Aug 22, 2011 01:04 PM

Thank you juggledad and Big Geek Daddy. I guess I'll just have to test it to see there's a way to achieve what I'm trying to get done. By the way BGD, thanks for trying it out. I'll update the thread if I find out anything useful.


All times are GMT -6. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.