• Resolved KVSSetty

    (@kvssetty)


    Hello to all,

    I am a beginner to wp, facing this simple problem.

    My pages has a facility to comment by the visitors of the site, which i don’t want how to set pages not to have comments. I have read somewhere that pages don’t have commenting facility by default, but how come on my pages ? please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your wordpress back end,
    Click All Pages, and you will find a list of the pages on your site…
    Click “Quick Edit” option and uncheck the comments option….

    or
    add // sign before the function

    <?php //comments_template( '', true ); ?>

    try to search in

    page.php
    *-page.php
    page-*.php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to make pages without commenting’ is closed to new replies.