How to Disable Post Revision at Wordpress

Filed Under Tips, Wordpress  

Sponsored link

Post revision is wordpress feature that allow you to track revision you have made to your post. But, many WordPress 2.6 or newer version users who feel that post revisions feature is not useful. It makes database size bigger and wastes your disk space.

You can turn off and disable automatic post revisions all versions saving feature in WordPress 2.6 or later version by add the following line of code to wp-config.php, file located home directory of WordPress blog.

define(‘WP_POST_REVISIONS’, false);

When it set, WordPress will not store any revisions anymore. You can also use wordpress plugin to do it



Related posts:

  1. How to Delete Saved Revision Post from Database
  2. Wordpress 2.7 Final Version Released
  3. Wordpress 2.8 Baker Final Version Released
  4. Wordpress 2.7 Beta 3 Live Demo
  5. Gaining Confidence with Women
  6. What Kinds of Blogs That Can Get You Really Famous
  7. Helping Your Business Get Famous Through Blogs


Share/Bookmark

Comments

One Response to “How to Disable Post Revision at Wordpress”

  1. How to Disable Post Revision at Wordpress | bllogger on June 11th, 2009 2:41 am

    [...] See the original post here:  How to Disable Post Revision at Wordpress [...]

Got something to say?