Viewing 7 replies - 1 through 7 (of 7 total)
  • add this to your theme’s page.php
    <?php comments_template(); ?>
    right after
    <?php the_content(); ?>

    by default your theme is not set to show comments on pages

    maybe you can help me… after upgrading to 2.7 my “show comments/add comments” button disappeared under all my posts. When I saw this I reverted back to my earlier version that I had backed up… that didn’t help.

    my site is

    thanks

    I am using version 2.7 of wordpress
    I want to insert <?php comments_template(); ?> like you suggested but
    can’t find <?php the_content(); ?> anywhere. I am not sure where i should put it. My theme has alot of php files….

    Thread Starter syoder1

    (@syoder1)

    That worked! Thanks so much.

    nevermind… figured out it was plugin related!

    @ saratahir
    the OP wanted comments on Pages as well as posts so he put that in his theme’s page.php

    where do you need it?

    @ samboll
    thank you very much, it worked for me!!

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