• Andrew Behla

    (@behladesign)


    I’ve searched to see why the page revisions is no longer at the bottom of each page of wp after upgrading to 3.0. Is this now permanently removed? Is there a way to get it back, or do i need to search for a plugin? If so, which plugin do you recommend so that previous versions of a page can easily be restored?

Viewing 5 replies - 1 through 5 (of 5 total)
  • crock2

    (@crock2)

    It’s still available, it just may have reverted to not display by default.

    Pick a random post and navigate to it’s EDIT page (Edit Post page). Then, below the log out button or upper right corner look for:
    Screen Options

    It will show a dropdown of available screen areas that you can check and uncheck to show or hide areas like revisions.

    Thread Starter Andrew Behla

    (@behladesign)

    Thanks for your reply. I checked the screen option, and all the boxes are checked. There is no revisions feature/checkbox. Could it be a conflict with a theme? I’m using woo canvas.

    Add this line to your wp-config.php file:

    define(‘WP_POST_REVISIONS’, true );

    If it already exists, make sure that second parameter is set to “true” and not on false.

    I’ve seen the same thing, there are POST revisions available, but not PAGE revisions. When I’m on a page, there is no screen option for revisions.

    I thought that previous version of WP had page revisions as well. So does anyone have information on page (not post) revisions?

    Thanks

    Thread Starter Andrew Behla

    (@behladesign)

    It’s all there, check screen options, see above!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page Revisions in WP 3.0’ is closed to new replies.