Compdigitec Labs

« | Home | »

Removing WordPress post revisions feature

By admin | March 13, 2009

WordPress 2.6 and above’s new feature of post revisions only slows WordPress down and makes it less usable. So here is how to disable post revisions:

  1. Open wp-config.php in your wordpress installation directory with a text editor.
  2. Add the line “define('WP_POST_REVISIONS', false);" anywhere in the file in a new line after the <?php header.
  3. Save it and upload it to your webserver, overwriting the previous file.

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: (X)HTML, Internet | No Comments »

Comments