• Really didn’t see anything related to this, a bit odd. I’m using the default theme in WP 2.0. I upgraded weeks ago but only realized today, that I have no comment options on my pages. On single posts, the comments are fine and the ability to add comments is fine. But if I create a new “page”, the ability to add a comment is no longer available, even if I have the “allow comments” box checked.

    Any suggestions would be appreciated.

    You can see: https://www.houseofboyd.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s because the default theme doesn’t have comments in the page template.

    Add this line:

    <?php comments_template(); ?>

    into the page.php where you want the comments to populate (like just after the “edit this entry” link) and as long as you have comments enabled on that page, there they will be. ??

    Thread Starter houseofboyd

    (@houseofboyd)

    I was beginning to think this but didn’t think it was so obvious. Thanks for confirming my sanity…lol

    and what if i want the comments to be available like they are with a post, with a link? (i hope my english expresses what i mean.) when i added the the comment template line the whole comment fields are immediately there. I want the reader to choose…as they can choose to see the comments on the front page

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Comment Options On Page’ is closed to new replies.