Apr 2012 19

Comments box not appearing on WordPress theme pages

Sometimes when you have migrated from an old theme to a new theme for your WordPress blog, you suddenly observe that all the comments on pages alone have disappeared and there is no option to add more comments. Also, at times when you are building a blog with a new theme, you might observe that especially pages do not have a comments section.

Fix: How to enable comments on your WordPress theme for pages

The reason the comments section are not appearing on the pages are because your theme is not enabled to do that. All you need to do is to add the below snippet line of code in your theme’s page.php file.

<?php comments_template(); ?>

Steps to make the change in your theme files

  • Login to your WP admin dashboard
  • Click on Appearances -> themes -> editor
  • Edit page.php

Add

<?php comments_template(); ?>

 Immediately after the below line

<?php the_content(‘<p>Read the rest of this page &raquo;’); ?>

 The above steps will surely fix the issue and on refreshing your pages, you will observe that the options for adding comments are already there. Let me know if you have any questions on the same.

9 Comments

  1. anil says:

    fabolous….

  2. I like this blog with good ideas.

  3. Gazebo says:

    Its very interesting and superb post

  4. Pull up says:

    simple, informative and important for me, really thanks .

    i like those kind of posts that really helps and talking about the important things….

  5. Thanks for providing us such an interesting. It is really helpful.

  6. I like this blog with good.

  7. Nice blog. Thanks for sharing those useful information's in all categories.

  8. ayesha says:

    I made little mistakes on this but after reading your post I must fix it and now there is no chance of mistake anymore.

  9. Thanks. Good article. I Like this blog.

Leave a Comment