Finally got around to upgrading wordpress and getting the blog online again after our web server was hacked. WordPress upgrade went smoothly, not bad when the version i was running must have been two years old.
Checked out wordpress directly from svn now, so upgrading should be easy. So was installation of the twitter plugin, which seems to work.
So maybe it’s time to revive this site…
wp shows 47,817 comments, even after i deleted them…maybe posting a new one will fix it? (:
no surprise here, the number of comments is stored with the post and only(?) updated when a new comment is posted.
in wp_posts:
| comment_count | bigint(20) |