• Cat Miedecke

    (@cat-miedecke)


    I am using 3.0 (i think) and I would like to remove the sentnce ‘comments are closed’ on the sub pages (and I don’t want to allow any comments) as these pages are not for blogging but for other information.

Viewing 3 replies - 1 through 3 (of 3 total)
  • katyakarski

    (@katyakarski)

    edit your page template and ‘comment out’ the comment inclusion.

    it’s probably called page.php in your theme, and the line you’re looking for is:

    <?php comments_template(); ?>

    make it

    <?php //comments_template(); ?>

    At this point you don’t have to worry about closing comments manually on each page anymore. This will affect all pages based on the default template.

    Thread Starter Cat Miedecke

    (@cat-miedecke)

    Thanks for your suggestion. Just having a little problem locating the page template. Could you please give me any hints?

    katyakarski

    (@katyakarski)

    As I mentioned, it’s probably called page.php in your theme

    your theme is located somewhere under wp-content/themes in your wordpress folder.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments off on my subpages’ is closed to new replies.