How to Find Your Saved Drafts in WordPress: The Complete Guide (2023)

We‘ve all been there. You‘re working on a brilliant new blog post in WordPress, but you‘re not quite ready to publish it yet. So you hit the "Save Draft" button and call it a day.

Fast forward a week, and you‘re ready to put the finishing touches on that post. But when you log into your WordPress dashboard, you can‘t seem to find your draft anywhere! Cue the panic as you wonder if hours of work have somehow vanished into thin air.

Don‘t worry, though – your draft is almost certainly still there. WordPress is great about automatically saving your content as you work. The key is knowing where to look for those drafts when you need them again.

As someone who writes in WordPress all day, every day, I‘ve had my share of heart-stopping moments when I thought I lost a draft. One time, I spent two hours crafting a masterpiece of a post, only to accidentally close my browser without saving. After a few minutes of frantic searching, I found the draft right where I left it, thanks to WordPress‘ autosave feature.

In this comprehensive guide, I‘ll share with you everything I‘ve learned about finding drafts in WordPress, so you never have to worry about losing your work again. We‘ll cover:

  • What exactly a WordPress draft is and why they‘re so useful
  • 5 different ways to locate your saved drafts, including a few hidden spots you may not have checked
  • How to recover drafts that were accidentally deleted
  • Tips and best practices for managing your drafts and avoiding content loss in the first place
  • Some handy plugins that give you even more control over your drafts and revisions

By the end of this post, you‘ll be a certified WordPress draft-finding ninja. Let‘s dive in!

Why WordPress Drafts Are Your Best Friend

Before we get into the nitty-gritty of where to find your drafts, let‘s take a moment to appreciate why drafts are so essential to the WordPress writing process.

When you‘re creating a new post or page in WordPress, you have three main options for saving your work:

  1. Save Draft: This saves your post as a draft, which means it‘s not yet published on your live site. You can continue to make changes to the draft until you‘re ready to publish.

  2. Preview: This lets you see what your post will look like when it‘s published, without actually making it live. It‘s a great way to catch formatting issues or typos before your readers do.

  3. Publish: This makes your post go live immediately on your site for all the world to see.

Drafts are incredibly useful because they let you work on a post gradually, over time, without worrying about it being seen by anyone until it‘s ready. You can save your progress as you go and come back to it whenever you have time.

This is especially handy for longer or more complex posts that you can‘t finish in one sitting. Whenever I‘m working on an epic, 3,000+ word guide like this one, I always write it in drafts over the course of several days.

Drafts are also a lifesaver if you‘re collaborating with other writers or editors. You can have multiple people working on the same post, saving their changes as separate drafts. Then you can compare the different versions and merge the best parts into one final draft.

Fun fact: According to WordPress.com, the average WordPress post goes through 4.7 revisions before being published. That means a lot of drafts!

5 Ways to Find Your Saved Drafts in WordPress

Now that we‘ve established why drafts are so important, let‘s talk about how to actually find them in WordPress.

There are a few different places your drafts could be hiding, depending on how you saved them and what type of content they are. Let‘s go through each possibility one by one.

Method 1: Check the Posts or Pages List

The first and most obvious place to look for your drafts is in the main Posts or Pages list in your WordPress dashboard.

To get there, click on either "Posts" or "Pages" in the left-hand menu, depending on what type of content you‘re looking for. This will bring you to a list of all your posts or pages.

At the top of the list, you‘ll see a series of tabs: "All", "Published", "Drafts", "Pending Review", and "Trash". Click on the "Drafts" tab to view only your unpublished drafts.

If you don‘t see the "Drafts" tab, click on the "Screen Options" button in the top right corner and make sure the "Statuses" checkbox is selected. This will reveal all the status tabs.

Once you‘re on the Drafts screen, you can click on the title of any post to open it for editing. You‘ll also see columns showing useful info like the author, categories, tags, and last modified date.

One important thing to note: Drafts that have been previously published and then reverted back to draft status will show up under the "Pending Review" tab instead of "Drafts". So be sure to check both places!

Method 2: Use the Quick Draft Box

If you‘re not seeing your draft in the Posts list, the next place to check is the Quick Draft box on the main Dashboard page. This is a handy tool that lets you jot down a quick idea for a post right from the dashboard, without having to go into the full post editor.

Any drafts you create using the Quick Draft box won‘t show up in the regular Drafts list. Instead, you‘ll see them listed right inside the Quick Draft box under "Your Recent Drafts".

Just click on the draft title to open it up and keep editing. One quirk of Quick Drafts is that it only shows your single most recent draft here. Once you create another one, the older drafts will disappear from view (but don‘t worry, they‘re still saved!).

I can‘t tell you how many times I‘ve thought I lost a draft, only to later find it hiding in the Quick Draft box. It‘s one of those features that‘s easy to forget about if you don‘t use it regularly.

Method 3: Use a Direct URL

Did you know WordPress has a secret URL that will take you straight to a list of all your drafts? This is handy if you want to bookmark your drafts page for easy access.

To see all your draft posts, just add this to the end of your site‘s URL:

/wp-admin/edit.php?post_status=draft&post_type=post

For draft pages, use:

/wp-admin/edit.php?post_status=draft&post_type=page

So for example, if your site is at www.myawesomesite.com, you‘d go to:

www.myawesomesite.com/wp-admin/edit.php?post_status=draft&post_type=post

Bookmark that URL and you‘ll always be one click away from your drafts. Nifty!

Method 4: Check the Trash

If you still can‘t find your draft, there‘s a chance it may have been accidentally deleted. But don‘t panic! WordPress doesn‘t actually delete posts right away. They first get sent to the Trash, where they stay for 30 days before being permanently erased.

You can view your trashed posts by clicking the "Trash" link at the top of the Posts or Pages screen.

If you see your missing draft in the Trash, hover over the title and click the "Restore" link to move it back to your Drafts. Crisis averted!

While you‘re in the Trash, take a minute to clean out any old posts you don‘t need. Just like your home trash bin, it‘s good to empty this regularly so it doesn‘t start to stink up the place (or clutter up your database!).

Method 5: Look in the Database

If you‘ve tried all the above steps and still can‘t find your draft, there‘s one final place to look: your WordPress database. This is where all your content is stored behind the scenes, and it‘s possible to access it directly using a tool called phpMyAdmin.

Important Note: Messing with your database can break your site if you‘re not careful. I only recommend this method as an absolute last resort, and you should definitely backup your database before trying it!

To get to phpMyAdmin, you‘ll need to log into your web hosting control panel (or cPanel). Look for the phpMyAdmin icon and click to open it.

In phpMyAdmin, find your WordPress database in the left column and click to expand it. Then look for the wpposts table (note: your table prefix may be something other than wp if you changed it).

Click on wp_posts to see a list of all your posts and pages. You can browse through the list to find any rows with a post_status of "draft" or "pending". Click the "Edit" link next to a row to view the full content of that draft.

Unfortunately there‘s no way to restore a draft directly through phpMyAdmin, but you can copy the text from the post_content field and paste it into a new draft in WordPress. It‘s not ideal, but it works in a pinch!

Tips for Keeping Your Drafts Safe and Organized

Now that you know how to find your drafts, let‘s talk about some best practices for managing them effectively. Trust me, future you will be grateful for putting these habits in place now!

1. Save early, save often

Get in the habit of saving your drafts frequently, especially if you‘re working on a longer post. Even though WordPress does autosave periodically in the background, it‘s not foolproof. I like to manually hit the "Save Draft" button every few paragraphs, just to be safe.

2. Use descriptive titles

When you‘re creating a new draft, give it a clear, descriptive title right away. That way, if you need to come back to it later, you‘ll be able to tell what it‘s about at a glance. Avoid generic titles like "New Post" or "Draft 1".

3. Keep your drafts organized

If you have a lot of drafts, it can help to use categories, tags, or even custom statuses to keep them organized. For example, you might create a "In Progress" status for drafts you‘re actively working on, and a "Needs Editing" status for drafts that are almost ready to publish.

4. Backup regularly

One of the worst feelings is losing hours of work because of a technical glitch or user error. That‘s why it‘s so important to backup your WordPress site regularly, including all your drafts.

I recommend using a plugin like UpdraftPlus or BackupBuddy to automate the process. Set it to backup your database and files at least once a day, and store the backups somewhere safe off-site, like Google Drive or Dropbox.

5. Collaborate carefully

If you‘re working on a site with multiple authors or editors, make sure everyone understands the proper way to use drafts. It can be all too easy to accidentally overwrite someone else‘s changes or publish a post before it‘s ready.

I suggest creating a clear workflow and guidelines for your team, including things like:

  • Who is responsible for creating and editing drafts
  • How to name and categorize drafts
  • What the review and approval process looks like before publishing
  • How to communicate and leave feedback on drafts

Using a plugin like PublishPress can help streamline this process by letting you leave editorial comments right on the draft.

WordPress Draft Management Plugins

While WordPress has pretty robust built-in tools for managing drafts, there are also some great plugins out there that can give you even more control and flexibility. Here are a few of my favorites:

PluginKey FeaturesPrice
RevisionizeMakes it easy to create new drafts from previously published posts, with full revision historyFree
Draft ListAdds a sortable, filterable list of all your drafts right in the admin sidebar for easy accessFree
Duplicate PostLets you clone any post or page into a new draft, so you can create variations without starting from scratchFree
Drafts SchedulerAutomatically schedules your drafts to be published at a future date and time$14
Revision StrikeIntelligently manages your post revisions and drafts to keep your database lean and fast$8/year

Wrapping Up

So there you have it – the complete guide to finding, managing, and restoring your WordPress drafts! Let‘s quickly recap the key points:

  • Drafts are unpublished posts or pages that let you save your work in progress
  • You can find your drafts in the Posts or Pages list, Quick Draft box, or by using a direct URL
  • If a draft goes missing, check the Trash folder or your database as a last resort
  • Use descriptive titles, categories, and statuses to keep your drafts organized
  • Always backup your WordPress site regularly, including drafts
  • Communicate clearly with your team about how to use drafts collaboratively
  • Consider using a plugin for even more advanced draft management functionality

I hope this guide has given you the tools and confidence you need to never lose a draft again. Believe me, it‘s a game changer! If you have any other tips or favorite draft plugins, share them in the comments below.

Happy writing!

Additional Resources

Want to learn even more about WordPress drafts and content management? Check out these helpful resources:

Did you like this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.