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.
Ashish says
thanks for such a nice share…