UPDATE wp_posts P SET P.comment_count = (SELECT count(C.comment_ID) FROM
wp_comments C WHERE C.comment_post_ID = P.ID AND C.comment_approved = '1');
…did the trick. Simply execute it in your database 🙂
Thx, tokenizer.
Why not going with html anchors? :>
Does nobody know this issue? 🙁