Home Forums Weaver Xtreme Theme Can I stop all the revisions? Reply To: Can I stop all the revisions?

#77277
User
Moderator

@funtimes

I’ve not seen such a thing. Can you please let us have a screenshot of a typical example?

You may want to send that as a Private Reply and click on the button below.

OR….

To limit the number of revision copies saved in WordPress, you can add the line:

define('WP_POST_REVISIONS', 1);

to your wp-config.php file, which will restrict the number of revisions to the latest 1 for each post or page.