spiff06
Member
Posted 8 months ago #
Not exactly sure what's needed, but as of version 1.9.1 of Revision Control, Revision Control for Pages (not blog posts) is ineffective.
Edit: Could be something in my setup, as adding "define('WP_POST_REVISIONS', false);" to wp-config.php doesn't work either, and I still see "There is a revision of this..." at the top of every page...
Could be something in my setup
Like a plugin (page related) because the post revision stuff handles both posts and pages.
I had no problem turning revisions off -- worked for pages and posts.
spiff06
Member
Posted 8 months ago #
Revision Control has been the only plugin active on that website. Surely the theme wouldn't affect revisions/autosaves.
Edit: Should also mention that the website currently has only pages, no blog posts.
If you disable the plugin, and add the define('WP_POST_REVISIONS', false); what happens.