The No Revisions WordPress Plugin
[09-Jun-09 - Checked against 2.7.1. After an upgrade, you need to deactivate and reactivate the plugin to turn off revisions again.]
While the WordPress 2.6 upgrade has not gone smoothly for a lot of people, one new feature that has yet to bite too many people is post revisions. Whenever you save a change in a post in WordPress 2.6, it saves a copy of the old version as well as your changed version. If you hit ’save’ a lot while writing, that can add up to a lot of extra crud in your database.
Now, these can be turned off by editing your wp-config.php file, but that’s a bit gross for a system like WordPress where everything else can be done through a nice web interface. Better solution: the No Revision plugin.
Just install and activate this plugin and no more revision debris in your database. Of course, that also means no safety net if you accidentally screw up a post and then save it, but that was the case until 2.6 anyway.
I hope this proves useful. Let me know if you use it, like it, hate it, break it, have a suggestion for it, etc.





[...] No Revisions Plugin [...]
Seem the revision machine is at it again as of 2.7. Just was writing a page and found that the autosave created a revision. Sigh. When will they ever learn?
[...] Más información: página del autor. [...]
[...] WP 2.6 時代使用 No Revision 這隻外掛來解決這個問題!然而更新到 WP 2.7 [...]
guys! how about try Revision Control
http://wordpress.org/extend/plugins/revision-control/
I’ve tried and looks good works!
[...] No Revisions Plugin [...]
[...] WordPress. Посмотреть можно здесь плагин-1, плагин-2, плагин-3. Рекомендую использовать первый плагин как наиболее [...]
[...] 3. No Revisions Disables post revisions in WordPress 2.6+ to keep saved posts from clogging up your database. They must be removed from the DB by hand, but this plugin will deactivate the auto-save feature. http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/ [...]
Works very well. I had another one running before, but that didn’t work. Thanks a lot for your plugin.
[...] No Revisions plugin seems to be the answer to our prayers. Cut and paste the following link into your browser. [...]
doesn’t work for wordpress 2.7 ):
Plugin doesn’t work for WP 2.7+ anymore.
[...] * 第二种:使用插件:No Revisions,经测试可以使用。看了一下他的代码,很纯粹: [...]
[...] have your pages translated into their native language instead of closing your blog and moving on. No Revisions: “Whenever you save a change in a post in WordPress 2.6, it saves a copy of the old version as [...]
[...] No Revisions http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/ [...]
[...] The No Revisions WordPress Plugin WordPress Plugins Posted by root 31 minutes ago (http://www.hostscope.com) M s informaci n p gina del autor doesn 39 t work for wordpress 2 7 comment by scott grayban powered by wordpress using the theme leia Discuss | Bury | News | The No Revisions WordPress Plugin WordPress Plugins [...]
This isn’t working for me on version 2.7.1 I upgraded to that version and then installed your plugin. After doing so, I found that autosaves were still occurring.
Could you give me a hint if this would work on Wordpress MU 2.6.5?
A quick glance at the the wpmu code shows the same hook being used to generate revision (which this plugin deactivates), so I’ll say ‘maybe.’ I don’t immediately see any reason why not, but (a) I haven’t spent nearly as much time in the wpmu code as the regular wp code and (b) people are still occasionally reporting installs where this plugin fails.
Please let us know if it works.
no working for me as of yet. But im working on it. its got to be with the upgrade.
Or you could add
define(’WP_POST_REVISIONS’, false);
to your wp-config.php, and reduce the overhead, and probability of bugs.
Well, the plugin is only 1 line of actual PHP and it is just a call to remove_action, I feel pretty good about there not being bugs. That said, yes, editing your wp_config.php works as well. Some people would rather have a plugin than edit that file.