Revision Control Wordpress plugin : Disable or Limit Post revision in Wordpress

by Themepremium on November 11, 2009

WooThemes - Made by Designers

In previous post I talked about do you really need Post revision feature in Wordpress, and we realize Wordpress users finally understand that using Wordpress post revision feature does not help them. specially when editing your post several time, and your database size is increasing with the useless revision posts, which you might not need.

Revision control is a wordpress plugin, which limit your wordpress post revision or optionally you can disable the wordpress post revision feature. I will suggest use the limit feature up to 2 count, or disable only if you are very much confident with how you use wordpress.

Here are screenshots of the Revision control plugin

revision-control revision-control-wordpress-plugin This is one must have wordpress plugin which I will suggest to all the wordpress users.

Download plugin

What other tricks do you use to optimize your blog database?

Related posts:

  1. Disable Wordpress Post revision Without Plugin
  2. Delete all Post revision from Wordpress Database at One Go
  3. Wordpress Post-Revision feature- Do you really need it?
  4. Optimize Wordpress Database With Wp-Optimize Wordpress Plugin
  5. Mashable Style Drag to Share Wordpress Plugin

WooThemes - WordPress themes for everyone

{ 4 comments… read them below or add one }

[Blocked by CFC] John Samuel November 11, 2009 at 9:23 am

This is a useful plugin. A lot of times, I have seen a lot of revisions in my posts. I have to try this one out

Reply

Gabe | freebloghelp.com November 11, 2009 at 9:50 pm

Never tried the Revision plugin. I just might have to swing on by and grab it. Thanks!

Reply

George Serradinho November 12, 2009 at 11:42 am

When you write many posts and have many revisions, your database becomes bigger and bigger and this plugin helps to reduce unwanted and old details.

For newbies, this plugin is a must. For advanced users, it’s something we can do ourselves.

Reply

marius November 14, 2009 at 3:16 pm

Every Plugin will slow down Wordpress a liitle bit.
That´s because I use no plugin to turn off the post revision feature, since we can do this easy by editing the wp-config File with these lines of code:

For turning post revisions off:
define(’WP_POST_REVISIONS’, false);

For turning post revisions on:
define(’WP_POST_REVISIONS’, true);

For limiting the numbers of post revisions:
define(’WP_POST_REVISIONS’, XX);

xx is the amount of post revisions, you will store in your database. Older ones will be deletet.

Reply

Leave a Comment

Connect with Facebook

Previous post:

Next post:

.