• Resolved gladious

    (@gladious)


    Bought a new blog and updated to WP 3.5

    While editing the post I found that there is no option for post revision. Just looked at screen options also. But can’t find it. So assuming that the old owner has disabled it.

    So just checked wp-config-sample.php. But did not find any code like

    define('WP_POST_REVISIONS', false );
    What does it mean? How can I enable the post revision feature?

    May seem silly but I’ve edit the file to
    define('WP_POST_REVISIONS', true );
    But still problem persist, let me know what should do to enable

Viewing 3 replies - 1 through 3 (of 3 total)
  • I may be misunderstanding you, but wp-config-sample.php is simply a sample file, the file that actually may contain a setting regarding revisions is wp-config.php.

    There is also at least one plugin that includes revisions settings, so I would check in Plugins -> Installed Plugins to see if you have Revision Control or something like it installed which has been used to turn off revisions.

    Thread Starter gladious

    (@gladious)

    Hi,
    Thanks for your reply. I found a code on wp-config.php

    define('WP_POST_REVISIONS', false );

    Do I remove it or change the false to true???

    Thread Starter gladious

    (@gladious)

    Removed the code from wp-config.php. so problem solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Revision Issue,’ is closed to new replies.