Archived topic
Move respond box to the top of comments
1 reply · Started by Nitaai Kumar on May 26, 2020
I have copied the comments.php to my child theme.
How do I move the comments respond box to the top of the comments so that when they click from the comment links below each post on the home page they directly go to the comments form to write a new comment?
Copying the below code to the top in comments.php does not show the comments at all.
<?php endif;
comment_form();
?>
Please help. Thanks.
Hi there,
I believe this is what you are looking for:
https://docs.generatepress.com/article/move-the-comment-form-above-comments/