Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

i have a problem with my blogs comments. I've exported my blog with default WordPress export tool, installed the fresh instance on new server and imported my previous blog with downloaded file (i know it's better to move a blog with SQL dump but i was not able to do it).

Anyway, for now, i can see all posted comments in admin panel with properly assigned posts but somehow they are not displayed on single posts.

Have you any idea what can i do to fix it?

share|improve this question
It might be a Theme issue... Make sure the comments work on the same Theme for non-imported posts. – EarnestoDev Oct 31 '11 at 0:57
check the status of comments, id approved also in the database? Maybe do you have change the theme and disabled the comments via a function in the theme or plugin? – bueltge Oct 31 '11 at 1:12
No, everything's fine with the theme cause all new comments posted after the import/export works. Just the older ones doesn't. And offcourse they are all approved. – mbajur Oct 31 '11 at 9:07

closed as too localized by toscho Jul 21 '12 at 22:07

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You might have to update "comment_count" in "wp_posts".

Example: http://wordpress.org/support/topic/mysql-table-for-comment-count-incorrect-although-comments-are-there#post-733169

share|improve this answer
I've done it but - still nothing. – mbajur Oct 31 '11 at 9:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.