DEV Community

Sean Killeen
Sean Killeen

Posted on

[Solved] How can I publish a post in my drafts?

Problem

Currently, when I look at my dashboard, I see several drafts that I've imported via RSS.

I have "DRAFT", "EDIT", and "DELETE" buttons. Under each post

However, none of those buttons appears to give me the ability to actually publish a post. And unlike authoring this post, when I click "SAVE POST", it appears to revert back to the unpublished post, rather than publishing it.

Anyone know how I can actually get some of these out into the wild?

Solution

The post has a published: false piece in the frontmatter. Change it to true.

Latest comments (33)

Collapse
 
lumbroso profile image
Jérémie Lumbroso

Gosh, this happened, and 2 mins before a posting deadline! Thank you for the post!

Collapse
 
ogagaonuta profile image
David Onuta

This helped, thanks a lot...

Collapse
 
mk profile image
Mariusz

One of the worst UX I ever encounter!
Thanks for that post though.

Collapse
 
robyconte profile image
Roberto Conte Rosito

Old but gold, thank you!

Collapse
 
seankilleen profile image
Sean Killeen

Haha, thank you!

Collapse
 
kaeruct profile image
Andrés Villarreal

Thanks for this post. This is a hilarious UX blunder

Collapse
 
piedcipher profile image
Tirth Patel

Thanks a lot!

Collapse
 
iamarya profile image
Arya

Thanks! I feel stupid now for not noticing it. But that's alright haha!

Collapse
 
pcameronpresley profile image
Cameron Presley

Just ran into this problem myself, why can't we have a button for publishing?

Collapse
 
kevinboosten profile image
Kevin Boosten

Haha, thanks for that!

Collapse
 
nebulagraph profile image
NebulaGraph

Great to find the post and solve my problem!