type="text/css" />

How to Delete or Clear existing WordPress Post Revisions… Clear the headache forever!


In my previous post, I explained how to disable or turn off WordPress Post Revisions feature on your blog. Today I’m going to show how to delete existing Post Revisions created before disabling the feature.

How to Delete Exisitng WordPress Post Revisions:

  • Login to your phpMyAdmin section from cPanel or hosting control panel
  • Find and click your WordPress database from the phpMyAdmin sidebar
  • Click the SQL tab from the menu, insert the following line of code and click go to apply the changes. By default, table name should be wp_posts unless you have used different WordPress prefix.
1
DELETE FROM wp_posts WHERE post_type = "revision";

That’s all. You have successfully deleted all the revisions and declutter WordPress database.

Wish you all the best, Cheers!

By Jinnat Ul Hasan | On Monday, July 5th, 2010 | Under How To's | No Comments »


DO YOU NEED OUR HELP?

Contact our experts, most of the time we assist our readers free of charge.

Those who found this page were searching for:

  • delete revisions wordpress
  • how to erase headache
  • delete revision from phpmyadmin
  • wp revisions delete
  • wordpress "failed to import médias"
  • remove post revisions phpmyadmin
  • how to erase headache
  • how to change cpanel hosting wprockers
  • clear delete revision revisions wordpress
  • phpmyadmin delete wp posts

Previous post:

Next post: