Support » Fixing WordPress » comments are not showing up

  • Resolved misterpayne112

    (@misterpayne112)


    my comments are not showing up on my single post pages. it shows the number of comments, just not the actual comments. i have not changed anything (in regards to the comments), so i dont understand why my comments are not showing up.

    do i need to change my comments.php? could it be another plugin interfering? any advice?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Edit single.php and look for <?php comments_template(); ?>. If you can’t find that particular template tag, add it just before <?php endwhile; ?>.

    Thread Starter misterpayne112

    (@misterpayne112)

    it is there. the comments box is there. it tells me the number of comments for a post, it just won’t show the actual comments. i have been trying everything!

    Now edit comments.php and look for <?php wp_list_comments();?>

    Thread Starter misterpayne112

    (@misterpayne112)

    What do i do once i find that? what do i do if i dont find it?

    Thread Starter misterpayne112

    (@misterpayne112)

    there is no <?php wp_list_comments();?> in my comments.php file. where do i put it? i have put it in several different spots, and the comments still are not showing up. “this post was twitted by” (tweet this plugin) is showing up, but actual comments aren’t.

    Drop a copy of your comments.php file into the WordPress pastebin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘comments are not showing up’ is closed to new replies.