Any suggestions on this? I’m still unable to delete a few drafts like this one.
Probably not the easiest way to do it, but you could go straight into the MySQL DB and delete it manually.
it should be on your list of posts when you click on manage, probably at the bottom of the list because it has no date yet. Find it and delete it from the list
The post is on the list but the bottom of the posting page has been sucked up into the post itself and the delete button will no longer delete the post.
I’ve never removed anything directly from the database. Any guidance on how to do that?
Thank You for the help!
there is a delete button at the right side on the list isn’t there? No need to go to the Write page.
I see what you are talking about, but it won’t work for me. What I’m talking about is a draft and the drafts are listed up at the top of that page.
Any other ideas?
Thank You!
are you sure you are working with version 2.2? it should be in the list too.
I can try, although the method will vary depending on your host/host’s software.
I usually access my WordPress database using phpMyAdmin. This is accessible through my ‘panel’ on my web host, or by going to http://mysql.mywebsite.com However, this will undoubtedly be different for you.
Once in your WP database, you need to navigate to the ‘posts’ table (usually ‘wp_posts’); this is the table containing all the data for your posts and pages.
From there, find the draft post you want to remove and then press the red ‘x’ button to delete it. The ID column corresponds to the WP posts’ ID as visible on the Manage Posts admin page.
That then deletes the post and it no longer will exist. Be careful here though, you can’t ‘undo’!
I’ll try and help more if required, but it may be difficult without knowing your exact set-up.
Version 2.2.1
Something that has been posted is in the list you are talking about but a draft that hasn’t been posted yet is just listed at the top of that page. Non posted drafts are listed there together by title.
Same here…
Just tested on my site: if I write a post and ‘Save’ it when the Post Status is set as ‘Draft’, it doesn’t appear in the Manage Posts list.
It’s at the top, without the View, Edit or Delete buttons.
fakelvis,
I have seen and somewhat understand what you are suggesting. I’ll back up the database and give it a try. Thank you all very much for the help on such a weird problem!!
well, then I call myself lucky to have the only WordPress 2.2.1 installation that does display drafts in the manage list.
http://brimosoft.nl/wp-content/uploads/2007/06/latestdraft.jpg
may be you have to scroll down a litlle bit?
macbrink,
I like the look you’ve got. I’m wondering if there is a setting I can change to get a view more like yours?? This is my wife’s blog but I think I need to snoop around and see if I can get the other style of display.
it’s a plain wordpress download… standard installation
btw, the picture is just a part of the screen as you have noticed
Ah, I stand corrected – it’s at the very end of the ‘Posts’ list.
I have around 450 posts, which means it’s 30 clicks of ‘Previous Entries’ away. In fact, thinking of it now, why did I expect it to be at the end of the first page of results? Definitely a ‘Doh!’ moment.