The Great Auto Draft Chase
-
A good deal of confusion has resulted from the WP auto draft implementation. Here is what I have found in my testing.
1. An auto draft post is written to the posts table whenever you login or access the dashboard screen – unless there is such a post in the table already.
2. An auto draft post is written to the posts table whenever you access the ‘new post’ screen. It remains there whether you complete the post or move away to a different screen.
3. To delete these posts you need to use a MySQL front end and access the posts table directly. Sorting on post_status brings all the ‘auto-drafts’ to the top for ease of deletion.
You should not have to worry about this planned WP technical feature, if the theme and plugins you use are up-to-date and exclude such special posts. I encountered problems with the Search Unleashed plugin (no longer maintained): it retrieved all these auto draft posts, as well as posts in Trash! If you experience theme or plugin problems, it may be a sign the theme or plugin is no longer maintained.
- The topic ‘The Great Auto Draft Chase’ is closed to new replies.