Archived topic
Limit post revisions
3 replies · Started by Charles on August 28, 2018
I know this can be added to php file but wondering if you could please tell me the correct code and location for placement.
I'd like to limit posts to only 2 revisions.
Perhaps relevant, I use Elementor pro and have templates for my posts, so delete post history within Elementor. However, many of my posts require updating monthly, so although I remove previous versions within Elementor, wondering if WP still retains older versions.
Thanks Kindly,
Charles
Hi there,
I believe you just need to add this to your wp-config.php file:
define( 'WP_POST_REVISIONS', 2 );
This is a great article on post revisions: https://kinsta.com/knowledgebase/wordpress-revisions/
Thank you kindly, Tom.
Regards,
Charles
You're welcome! :)