I just migrated to worpress and want to remove all of the 'uncategorized' categories, since all of my posts are now all categorized. Is there a way to do this easily?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Yes and no. The main 'uncategorized' category is the main one built into the core, and shouldn't be removed. You can rename it to something else. If they are still attached to the posts, then you could delete it from the database tables directly. |
|||
|
Choose a different category as your default category under Settings > Writing. Then you will be able to delete the category "uncategorised". |
|||||
|
|
As far as I know this is not possible via the GUI. That could be done by a little script that queries all posts that have more than one category and the "uncategorized" category and then removing the "uncategorized" category. I'm working on it. |
|||||||
|