Learn how WordPress revisions, autosaves, and update workflows work so you can change content confidently without breaking your live site.
Why Revisions and Content Change Workflows Matter
As a new WordPress site owner, one of your biggest worries is usually: “If I change this, will I break something?” Understanding how revisions, autosaves, and safe editing workflows work lets you update content confidently while keeping a recovery path if something goes wrong.
This guide walks you through how WordPress stores past versions of your content, how to preview changes before publishing, and how to build a simple, safe workflow for edits—whether you use the Block Editor, Elementor, or both.
Key Concepts: How WordPress Stores Your Changes
Revisions
Every time you update a post or page, WordPress can store a snapshot called a revision. You can compare revisions side by side and restore an earlier version if needed. Revisions are stored in the database and can be limited or disabled by developers via configuration if necessary.Source
Autosaves
While you are editing, WordPress periodically creates an autosave. Autosaves protect you from browser crashes or lost connections. Only one autosave per user is kept for each post or page, and it will not overwrite your published content until you click Update or Publish.Source
Drafts, Scheduled, and Published States
- Draft: Not visible to the public. Safe place to work in progress.
- Pending review: For editorial workflows where someone else will approve.
- Scheduled: Will publish automatically at a future date/time.
- Published: Live on your site for visitors.
Understanding these states helps you avoid pushing half-finished changes live.
Finding and Using Revisions in the Block Editor
Step 1: Open the Page or Post
- Go to Dashboard ? Pages ? All Pages (or Posts ? All Posts).
- Hover over the item you want to edit and click Edit.
Step 2: Locate the Revisions Panel
In the Block Editor (Gutenberg):
- Look at the right-hand sidebar under the Summary or Post tab.
- You should see a line that says something like Revisions: 7.
- Click the Revisions link to open the comparison screen.
Step 3: Compare and Restore
- Use the slider at the top to move between revisions.
- Green highlights show additions; red highlights show removals.
- When you find the version you want, click Restore This Revision.
What You Should See
- A split-screen view with Current Revision and Previous Revision.
- Highlighted text showing exactly what changed.
- The post title and who made each change, with timestamps.
Safe Editing Workflow in the Block Editor
Before You Edit
- Confirm you are logged in with the correct role (Editor or Administrator for most content changes).Source
- Check that the page already has at least one revision (so you have a restore point).
- If the page is critical (homepage, key sales page), consider taking a quick manual backup or confirming your host’s backup schedule.
While You Edit
- Make your text or layout changes in the Block Editor.
- Use Preview (top-right) to open a new tab showing how the page will look on the front end.
- Check headings, spacing, buttons, and forms in the preview.
- Only when you are satisfied, click Update (for existing content) or Publish (for new content).
After You Update
- Visit the live page in a private/incognito window to confirm it looks correct.
- Test any important links or forms on that page.
- If something looks wrong, use Revisions to roll back to the previous version.
Working with Elementor and Revisions
If your site uses Elementor for page layouts, you still benefit from WordPress revisions, but Elementor also has its own History panel.
Elementor History vs. WordPress Revisions
- Elementor History: Tracks changes within your current editing session (Actions and Revisions tabs). Good for quickly undoing a mistake you just made.
- WordPress Revisions: Tracks saved versions at the page level, even across sessions. Good for rolling back to yesterday’s or last week’s version.
Safe Editing Workflow in Elementor
- From Dashboard ? Pages ? All Pages, hover over the page and click Edit with Elementor.
- Make your content or layout changes inside Elementor.
- Use the eye icon (Preview Changes) to open a front-end preview.
- If you make a mistake during editing, click the History icon (clock) in the bottom panel and choose a previous action or revision.
- When satisfied, click Update in Elementor.
What You Should See
- The Elementor editing canvas with your page layout.
- A left panel with widgets and settings.
- A bottom bar with Update, History, and Preview icons.
Using Drafts and Duplicate Pages for Bigger Changes
For major redesigns, it is safer to work on a separate copy instead of editing the live page directly.
Option 1: Convert to Draft (for Non-Critical Pages)
- Open the page in the Block Editor.
- Click the three-dot menu in the top-right and choose Switch to draft.
- Make your changes, then click Publish when ready.
Warning: This temporarily removes the page from public view, so only use it on non-critical content.
Option 2: Duplicate and Replace (Safer for Critical Pages)
Many site owners use a “duplicate page” plugin or a built-in duplication feature from their theme or page builder. The idea is:
- Duplicate the existing page.
- Work on the copy as a Draft.
- When ready, swap URLs or update menus to point to the new version.
This approach keeps the original live until the new version is fully tested.
Autosaves and Recovering Lost Work
How Autosave Protects You
While you edit, WordPress periodically autosaves your work. If your browser crashes or your connection drops, the next time you open the editor you may see a notice that an autosave exists that is newer than the current content. You can choose to restore it or keep the published version.Source
Recovering from a Crash
- Log back into your dashboard.
- Open the page or post you were editing.
- If an autosave is available, WordPress will show a banner with a link to view it.
- Compare the autosave to the current content and choose whether to restore.
Simple Team Workflow for Content Changes
Define Who Does What
Use WordPress roles to separate responsibilities:
- Authors create and edit their own posts.
- Editors review and publish content.
- Administrators manage settings, themes, and plugins.
Keeping publishing power limited to Editors and Administrators reduces the risk of accidental changes going live.Source
Use Drafts and Pending Review
- Writers create content as Draft.
- When ready, they change the status to Pending review.
- Editors review, adjust, and then click Publish or schedule for later.
Keep a Simple Change Log
For important pages (home, services, pricing), keep a shared document noting:
- Date of change
- Who made it
- What was changed
- Where to roll back (page name and approximate revision date)
Best Practices for Safe, Confident Editing
- Preview before publishing every time.
- Make one group of related changes at a time so you know what caused any issue.
- Use revisions as your safety net—don’t be afraid to restore.
- Schedule changes during low-traffic hours when possible.
- Ensure regular backups at the hosting or plugin level so you can recover from larger mistakes or technical failures.Source
With a clear understanding of revisions, autosaves, and safe workflows, you can update your WordPress site regularly without fear of breaking it—and always with a way back if you need it.