Forums

Removing comments option from my site! (2 posts)

  1. mayazack
    Member
    Posted 6 months ago #

    Hi,
    As my site is a static site and not a blog (other than perhaps one page I will add to it), how do I remove the comments area from the bottom of the pages??
    Thanks!

  2. keesiemeijer
    moderator
    Posted 6 months ago #

    Uncheck "Allow people to post comments on new articles" in the wp-admin under Settings > Discussion.

    Then edit this per individual page/post to allow/disallow commenting. This option is in the Discussion area when editing your post/page.

    or

    Remove code simular to this <?php comments_template( '', true ); ?> from your theme's template files.

Reply

You must log in to post.

About this Topic