…trying not to become a man of success, but rather a man of value. (Albert E.)
My series plugin, that proved great so far, started to fail on me a bit after installing Wordpress 2.6, but this evening I found some fixes.
One of the bugs is that the administration menus don’t link correctly any longer.
Open orgSeries.php, and replace the function series_organize_options (line 156) with the following:
Wordpress 2.6 introduces revisions to each post.
That actually caused my series plugin to break down, but that was fixed by me with two edits.
But the main part is that.. weirdly.. the Wordpress team didn’t put an option to disable these, as they can create useless data records. I, for one, like the feature, but I don’t see myself using that.
It’s neat for publishers and multi-user blogging, when people review and edit and add photos, etc.. one person at a time. But when there’s just one person doing it.. it’s close to useless. I couldn’t care less how this post looked like one day or one month ago..
So the only way to turn the feature off is to edit your wp-config.php file and put
define ('WP_POST_REVISIONS', 0);
But what about those revisions left in your database? Several posts look as if they found the true answer, but it’s one of those “The one who laughs last, laughs best” situations. Didn’t those people hear about post meta? Or about post terms (tags, categories, or series?! )?1
Here’s the proper way to clean your MySQL DB for Wordpress from post revisions.
Merely a living soul;
mostly one that survives.
Often seeing the best in people;
surely one that dies trying.
value, cherish, criticize, plan, enjoy, think