I find that for certain pages / posts which are edited by me frequently - more than 50+ versions of backup has accumulated in a long list spanning over 7 months.
Please tell me how do I limit that
Thanks.
I find that for certain pages / posts which are edited by me frequently - more than 50+ versions of backup has accumulated in a long list spanning over 7 months.
Please tell me how do I limit that
Thanks.
Add this to your wp-config.php just after db_collate:
/** Number of saved post revisions; false = 0 */
define('WP_POST_REVISIONS', 1);
This saves one revision; you can change the 1
I have another question on revisions.In WordPress 3 revisions can only be viewed in HTML. How do I change that?
Sorry, I am not on WP 3 yet.
This topic has been closed to new replies.