Can I add this to my wp-config file in 2.7? Will it work?
define('WP_POST_REVISIONS', false);
Can I add this to my wp-config file in 2.7? Will it work?
define('WP_POST_REVISIONS', false);
Yep. It works.
I found a good tutorial on this particular problem: http://andreineculau.com/blog/2008/07/delete-wordpress-26-revisions/
The tutorial includes the SQL commands that will also clear out old revisions: over time, revisions can occupy a large chunk of space in the database.
Using a plugin is preferable.
http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/
You must log in to post.