Move the Comment Form Above Comments

Move the Comment Form Above Comments

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' ) ) : ?>

    'generate_comment',

    ) );

    ?>

1 && get_option( 'page_comments' ) ) : ?>

view raw

comments.php

hosted with ❤ by GitHub

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註