The following comments.php file is used to move the comment form from below comments to above comments.
First, install a child theme if you are not using one currently.
Then download the comments.php file here and paste it into your child theme』s folder.
1 && get_option( 'page_comments' ) ) : ?>
1 && get_option( 'page_comments' ) ) : ?>
view raw
comments.php
hosted with ❤ by GitHub
'generate_comment',
) );
?>