define( 'WP_POST_REVISIONS', true );
// or
define( 'WP_POST_REVISIONS', 15 );
And also checked the screen settings, that the setting isn’t just hidden.
What can I do to fix this?
]]>define('WP_POST_REVISIONS', 5);
Does it stop adding new revisions after it has reached 5 revisions or does it keep adding new revisions by deleting the oldest one?
]]>https://www.ads-software.com/support/article/revisions/#revision-management
Revision management
I made a new file and uploaded to ../twentytwelve-child/wp-config.php with this:
<?php define( ‘WP_POST_REVISIONS’, 25 ); ?>
When I go from 279 editions and save I still get 280.
Also if I start a new page and set the limit to 3 it takes me above.
What’s wrong?
]]>define( ‘WP_POST_REVISIONS’, 2);
but my recent post, in the admin page, even after i published it says i have 30 revisions. what am i missing? is there a way to clean it up? how do i get the setting to work?
i took a screenshot of the wp-config.php file where i have the code and the number of revisions in my wp admin page. any help is appreciated. https://s21.postimg.io/wt6r5iaxz/revision_problem.png
thanks
]]>wp-config.php
you can change the number of revisions for posts AND pages by changing the WP_POST_REVISIONS
constant (https://codex.www.ads-software.com/Revisions), but the constant name is misleading and seems to only apply to posts, so I propose that the constant WP_POST_REVISIONS
be renamed. Some possibilities: WP_REVISIONS
, WP_REVISION_LIMIT
, WP_POST_AND_PAGE_REVISIONS
, or WP_CONTENT_REVISIONS
.
]]>I added “define(‘WP_POST_REVISIONS’, true );” to wp-config.php
and I made sure there was no instance of the same set to “false”.
Then I restarted wp to be sure I was not using a cached version.
I looked in the “screen options” drop down on the All Pages view and still no page revision setting is available.
Any help would be appreciated.
]]>i’m getting this error message
Warning: array_count_values() [function.array-count-values]: The argument should be an array in /usr/www/users/pl1448/escapades/wp-content/plugins/wordsocial/wordsocial.php on line 175
Warning: Cannot modify header information – headers already sent by (output started at /usr/www/users/pl1448/escapades/wp-content/plugins/wordsocial/wordsocial.php:175) in /usr/www/users/pl1448/escapades/wp-includes/pluggable.php on line 866
anys idea why? its going to be great when it will work !!!
https://www.ads-software.com/extend/plugins/wordsocial/
]]>Error: WP_POST_REVISIONS is defined in your wp-config.php. Revision Control cannot operate.
I’ve tried searching online for a solution to this problem but to no avail.
https://www.ads-software.com/extend/plugins/revision-control/
]]>