Support » Fixing WordPress » Not Showing Number of Comments

  • Weird thing is happening. After I did a quick upgrade to WP 2.0 even though people are commenting on my posts it still remains saying:

    Comments: 0

    Is there some code that got lost in the upgrade process??

Viewing 14 replies - 1 through 14 (of 14 total)
  • I’m seeing the same thing on my board. It says “No Comments” and then when you click on that, you can see the comments. Worked until the upgrade to 2.0…

    Thread Starter sremington

    (@sremington)

    I noticed the only way for it to accept the new post count is to go in and edit it but I don’t want to do that with each comment…

    Thread Starter sremington

    (@sremington)

    I have the same problem.

    Thread Starter sremington

    (@sremington)

    hmmm… who will solve this mystery? I went and deleted one comment and then I lost the entire word ‘Comments’ listed below post content…

    I had to go back and retype in a comment AND then edit the comment to get it back to say 1 Comment…

    Very strange!

    Thread Starter sremington

    (@sremington)

    I found that it is missing a line of code in index.php:

    Put this in:
    <?php wp_link_pages(); ?>

    Right before:
    <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?>

    For some reason 2.0 forgot that line… Seems to work fine for me now.

    Thread Starter sremington

    (@sremington)

    Dear Lord… it didn’t fix it. I have no idea now… lol

    Thread Starter sremington

    (@sremington)

    Anybody figure this out yet?

    Thread Starter sremington

    (@sremington)

    It is not in the the theme. I have tried switching back to default and other themes and this problem is still there. I have also optomized all my tables. Not sure where to look now…

    This seems to be a wide range problem with many other folks…

    Thread Starter sremington

    (@sremington)

    *bumpers*

    Thread Starter sremington

    (@sremington)

    *bumpers take 2*

    I found that it is missing a line of code in index.php:

    Put this in:
    <?php wp_link_pages(); ?>

    Right before:
    <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?>

    For some reason 2.0 forgot that line… Seems to work fine for me now.

    ——————————————————————

    Where is this index.php file? I want to create another blog that has no comments and I do not want “No Comments” to show on the page.

    @rennsport
    Don’t hijack threads! Start your own, since your question is not related to this topic. (look into the index of your theme)

    I must be confused. I’ve tried this with a number of themes and no comments show up. Which index.php are you referring to rennsport and sremington?

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