• How do I add/remove the ‘Comments’ feature from the bottom of the pages? The page that the ‘Posts’ are added to doesn’t have a comments feature at the bottom but all the other pages do. How do I change that? Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You mean one of your page does not have comments and other pages have comments??

    to remove the comments feature,
    try and disable the comments from the pages;

    in admin, under ‘pages’, click the ‘quick-edit’ below the page name, and untick ‘allow comments’;

    you need to do this for each page.

    to add the comments feature:
    do the same as above, just tick the ‘allow comments’ for each page.

    some themes might not have the corresponding code in the page.php template; you might need to edit it and add some code with <?php comments_template(); ?> after the content; for the location have a look into single.php.

    for more suggestions, please post the name of your theme and a link to your site.

    Thread Starter whiteRED

    (@whitered)

    That worked. Thanks!

    Now I just need to get the ‘Posts’ to show up somewhere. The index page seems to be all screwed up or non-existent.

    The site I am working on is transfer.whitered.ca

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