Archived topic
Comments form and sidebar
1 reply · Started by Fekry on February 21, 2020
Hi there,
How do I:
1- put my comment form above the comments?
2- move right sidebar to left (for an Arabic site)?
Thanks in advance
Hi there,
1. You would have copy this file: https://github.com/tomusborne/generatepress/blob/2.4.1/comments.php
Then add it to your root child theme directory as comments.php.
Then, remove this line: https://github.com/tomusborne/generatepress/blob/2.4.1/comments.php#L110
And add it here: https://github.com/tomusborne/generatepress/blob/2.4.1/comments.php#L71
2. Couldn't you just utilize the left sidebar?
Let me know :)