Every time you write a post, by default WordPress saves post revision and consume quite bit amount of MYSQL database space which slow down your WordPress powered blog. You can disable post revision in WordPress without even using any WordPress plugin and in this post I’m sharing how to disable post revision in WordPress.

To disable post revision in WordPress all you have to do is to edit wp-config.php file and in no time you can easily disable post revision in WordPress without even using any WordPress plugin.
/* disable post-revision feature*/
define(‘WP_POST_REVISIONS’, FALSE);
Add this code in wp-config.php file and if you ever want to enable this feature all you have to do is to remove this code.
If you have any query let me know via comments or get in touch using Free blog set-up service and do not forget to follow WebGuide4U on Twitter for more tiny tips on WordPress.
WebGuide4U Powered By The Scribe SEO Plugin
Scribe SEO Plugin empowers you to optimize your website easily and quickly. For SEO three things are more important and they are:
- 1) KeyWord - Scribe shows you the language searchers use before you begin to write. Once your content is created, Scribe reveals other profitable keywords.
- 2) Content - Scribe analyzes your natural, reader-focused content, and tells you how to gently tweak it to spoon feed search engines based on 15 SEO best practices.
- 3) Links - Scribe helps you build back links, crosslink the content within your own site, and identify influential social media users who want to share your stuff.
Above all, you’ll achieve higher search rankings (like me) and increase the targeted traffic to your site. It's that simple - start using Scribe SEO now!




{ 1 comment… read it below or add one }
thanks for such a nice share…