wordpress delete old revisions
October 9th, 2009 at 9:47am |
Since version 2.6 wordpress always uses to create post revisions which are rarely useful and always a waste in space.
In order to get rid of the past ones you can run the following MySQL query
DELETE FROM wp_posts WHERE post_type = "revision";
Related posts:
- WordPress 2.5 automatic plugin upgrade error
- Correctly rename wordpress database tables prefix
- How to delete undelatable files and folders in linux
- No Sufficient Permissions for Upgrading WordPress
- wp-sticky does not stay on top
Print This Post
|
Email This Post
Posted in Web