I have installed wordpress Muilit Site (NETWORK)
I need to Remove / Rename Uncategorized
Category In WordPress.
How is this possible?
I have installed wordpress Muilit Site (NETWORK)
I need to Remove / Rename Uncategorized
Category In WordPress.
How is this possible?
You must be logged in to post a comment.
To change the default “Uncategorized” using code you can do the following:
Read this: http://codex.wordpress.org/Function_Reference/wp_update_term
In
wp-admin
, you can rename theUncategorized
category any time. Just go toPosts > Categories
and do it. 🙂In case you forgot to assign a post to any category WordPress will add that post to
Uncategorized
by default. That’s why a default category is must.To change a default category go to
Settings > Writing
.Then choose the Default category whatever you want; but you have to add a new category from the Categories page first. Enjoy WordPress.
You can easily rename uncategorize category in WordPress. Just go to Posts the select Categories. Then click on Edit just below Uncategorized. Then enter your meaningful category. Finally, click on Update. That’s all.
http://www.mytechgoal.com/rename-uncategorized-category-in-wordpress/