Drafted pages

Updated

Save a page as draft when you don't want it to be published with the project.

Saving a page as draft will ensure that this page won’t be published when you publish the site from the Designer or the Editor.

We built this to help out with a bunch of core workflows, including:

  • Unfinished pages. Pretty simple: if you’re not done with something, don’t publish it yet.
  • Internal pages. Got a style guide page? An internal documentation page? Save it as a draft and it’ll only be visible in the Designer and Editor.
  • Archived content. Got an old page that you don’t want to publish, but don’t want to get rid of? Save it as a draft.
  • Backups. Want to keep a version of a page but hide it from view? Save it as a draft.
Pro tip
Note

You can password protect published pages or folders of pages if you need to share them with only clients, or a specific audience.

Saving a page as draft

You can save any static page as draft from the save menu in the Page settings.

Saving a page as draft in the Editor

You can also save any static page as a draft in the Editor.

Need to know
Important

If you save previously published pages as draft, they will be unpublished from your site the next time you publish your project. Any links to these pages will be broken. To redirect these pages, change the slug of that drafted page to something else like pagename-old. Then, redirect the old page by setting a 301 redirect. Learn how to set 301 redirects.

Staging drafted pages for publish

If you decide to publish a page that’s set as a draft, simply stage it for publish from the Page settings. Any page staged for publish will be published the next time you publish your entire project.

Best practices - creating a page backup

If you want to create a new version of a page. You’ll either create a new page and start from scratch or duplicate the existing page and edit it there. You can save this new page as a draft until it’s ready to be published and replace the old page.

Now, when the new page is ready, you’d want to do:

  1. Rename the old page (optional) — ex. About-old, Contact-3, etc..
  2. Rename the old page’s slug (recommended) — ex. about-old, contact-3, etc.
  3. Save the old page as draft
  4. Rename the new page (optional)
  5. Rename the slug of the new page to preserve your links and SEO — ex. Rename about-wip to about.
  6. Stage the page to publish
  7. Publish your project
Pro tip
Note

Slugs of drafted pages won’t be available when creating new pages. So, if you intend to use the same slug for a new page, make sure to rename the slug of the drafted page first.

Good to know