leetsee.com

ā€œI Feel Like I’m Diagonally Parked In A Parallel Universeā€

Fernando Alonso: "We still do not know where we are"
Posted by Posted on Sep - 05 - 2011

WordPress Revisions (wp 3.2.1)

After version 2.6 there was a so called “revision” introduced for wordpress. This definitely a good idea, but it can also cause a lot of issues. For example I have a blog, where I don’t want to keep revisions. I just don’t want to see them. To stop this “revision madness” I needed to add a line to wp-config and everything was taken care… But this method didn’t worked for wordpress 3.2.1

The line to stop all the revisions from "happening" was 

define('WP_POST_REVISIONS',False);

After I updated a few of my blogs, I noticed a huge incrase in the size of database and was surprised to see that I have a few hundred of revision posts!

Right now I have a setup with a wordpress 3.2.1 and it looks like this line in wp-config fixes the revision creation madness…

define('WP_POST_REVISIONS',0);

further testings are needed.

Related to:

Categories: Uncategorized