Drafts, previews, and publishing
Understand the difference between drafts, previews, and published content in WordPress — and how to move content through each stage confidently.
- Difficulty
- Beginner
WordPress gives you control over when your content is visible to the world. You can work on a page privately, preview it to check how it looks, and only publish it when it's ready. This guide explains how drafts, previews, and publishing all fit together.
Quick summary
A draft is saved but not visible to the public. A preview lets you see how the page will look before publishing. When you click Publish, the content goes live. You can move freely between these states at any time.
The three stages of content in WordPress
| Stage | What it means | Who can see it |
|---|---|---|
| Draft | Saved but not live | Only logged-in users with edit access |
| Pending (pending review) | Ready for an editor to approve | Only logged-in users who can edit it, such as editors and administrators |
| Published | Live on the website | Everyone (unless set to private or password-protected) |
You move content through these stages using the buttons in the top-right corner of the editor.
Saving a draft
When you create a new page or post and click Save draft, WordPress saves your work privately. The button changes to Saved. The content is not visible to anyone visiting your site.
WordPress also autosaves your work while you're editing, every 60 seconds by default. On a draft, the save button briefly reads Autosaving when this happens. Autosaves protect you if your browser crashes or you accidentally close the tab.
Don't rely on autosave alone
Always click Save draft before closing a tab or stepping away. Autosaves are a safety net, not a substitute for manually saving.
To return to a draft later, go to Pages → All Pages (or Posts → All Posts) and look for items labeled "Draft." Click the title or hover to click Edit.
Previewing your content
The Preview feature lets you see how a page will look to a visitor — without publishing it. This is essential for catching layout problems, typos, or formatting issues before they go live.
Click View near the top-right of the editor. The button shows a screen (device) icon and opens a menu.
Choose a preview option:
- Preview in new tab — opens a full-size preview in a new browser tab
- Desktop / Tablet / Mobile — previews the layout at different screen sizes directly in the editor
Review the page carefully. Check text, images, links, and how things look on mobile.
Close the preview tab and make any edits back in the editor.
Preview links aren't public
The preview URL is a private link. It only works for people who are logged in to your site and allowed to edit that content, and some preview links are tied to your own login and expire. It won't work for someone who isn't logged in.
Publishing your content
When the content is ready:
Click the Publish button in the top-right corner.
Review the pre-publish checklist. WordPress asks "Are you ready to publish?" and shows a quick summary of settings: who can see it (Visibility), and when it will be published (Publish: immediately or scheduled). Double-check these.
Click Publish again to confirm. The page or post goes live.
After publishing, the button changes to Save (older versions of WordPress call it Update). Any changes you make and save go live immediately.
Updating a published page
Editing a published page is instant — there's no separate draft/preview stage unless you want one. When you click Save, the change goes live right away. If you want to preview first, use View before clicking Save.
Updates go live immediately
Unlike drafts, updates to a published page are visible to all visitors the moment you click Save. If you need to make large edits without affecting the live page, ask your project lead about using a staging environment.
Changing visibility (public, private, password-protected)
You can control who sees a page using its Status setting (the pre-publish check calls this Visibility):
| Option | What it does |
|---|---|
| Published (Public in the pre-publish check) | Visible to everyone |
| Private | Only visible to logged-in editors and administrators |
| Password protected | Visible to anyone who enters the password you set |
To change it: open the settings sidebar, select the Page (or Post) tab, and click the current value next to Status. A Status & visibility pop-over opens. Choose Published or Private, or tick Password protected and enter a password. Then click Save (on a page that isn't live yet, the button may read Publish instead).
Unpublishing a page (reverting to draft)
To take a published page offline without deleting it:
Open the page for editing.
In the settings sidebar, select the Page (or Post) tab, and click the current value next to Status.
Change the status to Draft. Click Save. The page is now a draft again and no longer visible to visitors.
Common questions
I saved a draft but now I can't find it — where did it go?
Go to Pages → All Pages (or Posts → All Posts) and look for the Drafts filter link (Draft if you have only one) near the top of the list. All your saved drafts appear there.
Can I preview a page on a mobile screen?
Yes. Click View and choose Mobile or Tablet. The editor canvas resizes to that screen width. For a more accurate test, you can also open the preview in a new tab and resize your browser window, or check it on an actual phone.
How do I stop a page going live immediately when I publish?
You can schedule it for a future date instead. See how to schedule a post or page.
Can I undo a publish and go back to a previous version?
Yes. To take the page offline again, change its status back to Draft (see above). To go back to earlier content, see undo mistakes with revisions. WordPress saves a revision each time you save changes, so you can restore an earlier version (unless your host limits revisions).
What's the difference between 'Save draft' and 'Save as pending'?
"Save draft" keeps the content as a work in progress. Setting the status to Pending and saving flags it for an editor to review before publishing (after that, the save button reads "Save as pending") — useful in larger teams where a senior person approves content before it goes live. Contributors, who can't publish, see a "Submit for Review" button instead of Publish. An editor or administrator then reviews the pending content and publishes it.
Related guides
- How to create a new page
- How to write & publish a blog post
- How to schedule a post or page
- Undo mistakes with revisions
- How to duplicate a page
- My changes aren't showing up
Need a hand?
Learn more
Last updated
How to duplicate a page
Learn how to duplicate an existing WordPress page or post to use as a starting point — saving time when creating similar content.
How to schedule a post or page
Learn how to schedule WordPress content to publish automatically at a future date and time — without having to be at your computer.