Archive

Posts Tagged ‘delete’

Batch Delete Post Revisions Wordpress

November 5th, 2009

The problem. Post revisions, a new WordPress 2.6 feature, can be very useful, but they also increase the size of your MySQL database. Sure, you can manually delete posts revisions, but that’s very long and boring work.
The solution. The solution to this problem is simple: we batch delete post revisions by using a simple SQL [...]

Read More >>