Fix: WordPress Revisions Not Showing

WordPress revision not showing? Learn to fix missing revision history by checking settings, plugins, themes, wp-config.php, and more.

TANISHKA Avatar


1–2 minutes

read

WordPress

You edit a WordPress blog post and save your changes. Later, you want to go back to an older version. But when you check, the WordPress revision history is missing. It is frustrating, especially if you need to recover important content.

Thankfully, there are a few simple ways to fix this problem.

Why Are WordPress Revisions Missing?

WordPress revisions are not showing because:

  • Revisions are disabled.
  • The post does not have enough saved versions.
  • A plugin or theme is causing a conflict.
  • Your host has limited revisions.
  • Old revisions were deleted automatically.

Fix: WordPress Revisions Not Showing

Here are the fixes that will help:

Fix 1: Save The Post Again

Sometimes, there are no revisions to show.

  1. Open the post or page.
  2. Make a small change.
  3. Click Update a few times.
  4. Check if the Revisions option appears.
Update

    Fix 2: Enable WordPress Revisions In wp-config.php

    WordPress may sometimes block revisions.

    1. Open the wp-config.php file.
    2. Look for: define(‘WP_POST_REVISIONS’, false);
    3. Change false to true.
    4. Save the file.

    If the line is missing, add:

    define(‘WP_POST_REVISIONS’, true);

    Fix 3: Check Screen Options

    This applies to the Classic Editor. You can check screen options with below steps.

    1. Open a post.
    Open a post to fix WordPress revision

    2. Click Screen Options.

      Click Screen Options

      3. Enable Revisions.

      Enable Revisions

      The revisions box should now appear.

      Fix 4: Disable Plugins And Switch Themes

      A plugin or theme may interfere with revisions. Disable all plugins once, if issue is resolved, identify culprit plugin by enabling them one-by-one.

      1. Activate a default WordPress theme.
      2. Check if revisions work.
      3. If not, deactivate all plugins.
      4. Enable them one by one to find the conflict.
      deactivate all plugins

      Fix 5: Contact Your Hosting Provider

      Some hosts disable or limit revisions to save database space. A database issue can stop WordPress from storing revisions.

      Ask your hosting provider to check:

      1. Revision settings
      2. Database health
      3. Automatic revision cleanup rules

      That’s it! We hope this will solve your issue.

      Leave a Reply

      Your email address will not be published. Required fields are marked *