• I’ll start off my saying I’m very limited in my knowledge of WP. But I have been building a page over the last few days. I’ve saved it many times as I was going, but somehow changed the format of the entire thing. I am now trying to restore to a previous version from yesterday but I can’t seem to be able to do so. When I check the “Revisions” only the most recent 2 show up. I have the default setting to unlimited so I can’t seem to find it.

    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmc906

    (@jmc906)

    Its seems like all of my posts only allow for saving the most recent 2 revisions. Can I adjust this somehow?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    check wp-config.php to see if there’s a limit set on revisions

    look for

    define( ‘WP_POST_REVISIONS’, 2 );

    Thread Starter jmc906

    (@jmc906)

    Thanks for your reply. It is set to : (‘WP_POST_REVISIONS’, true)

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    remove that line entirely. Revisions are enabled by default.

    check your theme’s functions.php to see if it’s also setting a value. Also see if you have any plugins (e.g., something that might claim to ‘optimize’ things) that has settings related to revisions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing Page Revisions- Only 2 showing up’ is closed to new replies.