I like WordPress, or at the idea of what it once was. Simple, easy to use, easy to upgrade, and a shining star to what open source development should be like. That said, I’ve been disapointed with the 2.7 series and late 2.6 releases. Mostly because of how badly the upgrade feature stopped working and put my other site out of commision. Here’s a few steps I had to go through to get it working again.
First off here is the SQL line for getting it to just show posts again:
UPDATE wp_posts SET post_type = “post” WHERE post_status = “publish”;
And I still haven’t figured out what’s wrong with the categories, but that will be next weeks project.