• Whenever I am changing anything on the website and update or save the changes, wordpress never returns to the last changes but Always to previous versions. Although wordpress records them somewhere they are not shown when one wants. This is very annoying. How can I solve this?

Viewing 1 replies (of 1 total)
  • Hello Stephius

    I’d recommend checking with your hosting company to see if there is a permissions with issues with the WordPress database. It sounds like the revisions option are showing in the post or page admin? If it is not, you should check the wp-config.php file, check the code.

    This code will not save revisions:
    define( ‘WP_POST_REVISIONS’, false );

    This code will save the post revisions:
    define( ‘WP_POST_REVISIONS’, true );

Viewing 1 replies (of 1 total)
  • The topic ‘revisions’ is closed to new replies.