This has been mentioned elsewhere.
It’s because WP now caches things and until the cached file is replaced, you’ll not see changes. It has been reported though so things may change yet …
Thread Starter
icco
(@icco)
Ok, i just didnt see anything about it. Thanks for the heads up. just curious how can one delete the cahce file?
To disable the cache entirely, add the following to wp-config.php.
define(‘DISABLE_CACHE’, true);
To flush the cache manually, a plugin that simply calls wp_cache_flush()
will drop the entire cache.
Posts are not cached in the persistent cache, so disabling the cache won’t make a difference. Comment count errors are usually due to plugins that haven’t been updated.
Spam Karma 2 has led to problems in the past. Comments not counted or not showing up. Upgrade to version 2.1 solves the issue.
Thread Starter
icco
(@icco)
i cant seem to find version 2.1, only the 2.0 final. Where can we get this fabled mistress of spam eating goodness?
Thread Starter
icco
(@icco)
Thank you, i upgraded to stable and im upgradding to sk2.1 now. hopefully that will fix my problem. thanks for the help guys
I think 2.1 Beta has the problem of not showing the right number of comments as well.
Check out this: http://lair.fierydragon.org/2005/11/sk2-wp2compatibility/
Thread Starter
icco
(@icco)
I could hug you. Thank you so much, that plugin did the trick.
I just upgraded from w2b.r3 to wp2 and was/am using K2…now when I click to view comments to a post, it takes me to my blog url/category name/#comments
http://www.vondollens.us
maybe I need to delete and re-upload?
Thread Starter
icco
(@icco)
I suggest you create a new post. Or ask on the k2 elp forums.

In case anyone is still reading this thread for advice on what to do with incorrect comment counts: please be advised that the new Spam Karma (version 2.1 final onwards) fully supports WordPress 2.0
You don’t need the SK2-WP2Compatibility plugin mentioned above if you have Spam Karma 2.1 final or higher.