Hi, I would like to move the section “Leave A Reply” + comment box + Name + Email + URL + post comment button right above the actual comment listing. Currently, the user has to scroll down to the bottom of the page to leave a comment. So I would like to show the comment box right after the related post but before the actual comment listing.
Please let me know what module do I need to change to achieve this.
Thanks.
Hi,
To move the comments box above the present comments, you will have to edit the theme commnents.php file. Try cutting this line of code from and move it like shown
– https://www.screencast.com/t/uEbeqsdvMeTO
– https://www.screencast.com/t/kSMBCaHXT
The result should be the comment box above the actual comments
– https://www.screencast.com/t/NOCZjrZ9o
Thanks
Hi,
@rollinwithmama I tested again as mentioned in the reply above, be sure to modify the code as shown and it will work for you. By default the Leave a reply box is below all the comments, but by making that modification it will be above them
– https://www.screencast.com/t/kwo7OTEgoBW
This is the code after the modification
– https://pastebin.com/xXX4RtR6
Thanks


