Wordpress tricks useful for me
This link by perishablepress.com is rather a long post which is very useful and I badly needed the below trick as the wordpress database size was growing too fast.
- Disabling post revisions by adding the following line to wp-config.php
define('WP_POST_REVISIONS', FALSE);
-