Do you think IIT Guwahati certified course can help you in your career?
No
Introduction
Categories in WordPress are something that you’ll always find on the right side whenever you are writing or editing posts. But it is more than that, most importantly, when it comes to content organizing on your site. Categories are the ways to group content on WordPress sites. Overall it's a content management system for WordPress sites. It organizes content using taxonomies as one of the methods. You can add more taxonomies, but the WordPress Category and Tag are the defaults. Used correctly, both can greatly improve the user experience.
Let’s move to the next section to know more about Categories in WordPress.
Categories in WordPress
Briefly, Categories are the most common method for organizing the content on the WordPress sites. A category is the body of a subject or a group of subjects that are interconnected with each other.
Occasionally, at a time a post can be linked to many categories. But it is not always the best idea to allot 2-3 categories to one post. The goal is to have your content nicely organized in such a way that the reader can easily access it.
For example, if I have to post a part of the latest news, then I’ll place it in a “News” category,
If I post a tutorial to secure a WordPress site, then I'll place it in the “Security” category. But, coincidentally, if I found something related to both news and security, then I could post to both categories “News” and “Security”.
Let’s see how we can create categories in WordPress.
Creating Categories in WordPress
Open the WordPress, on the left-hand side of the dashboard click Post -> Categories page.
A tab to create categories can be found on the left side of the page as shown in the figure. Fill in the category name, slug (which will appear in category URLs), and description, and then click Add New Category. We'll make a new category called College posts to make you understand the purposes of categories in this tutorial.
Now our WordPress site has a new category. Now, let's create a Streams sub-category within the College entries. Fill in a name and slug the way you did with the first category but this time pick College posts as a parent for the new category. Then, press Add New Category one again to save the new sub-category.
Let us now see how to allocate posts in categories.
Allocate Posts in Categories
Open the WordPress dashboard, and click on Posts -> All Posts, After that, select the posts you want to put in a category, go to the Bulk Actions tab, select Edit, and then click Apply.
Several new sections will appear, allowing you to make changes to the selected posts' parameters. The Categories section is one of them. Select the category to which you wish to add the posts and then click Update.
The posts you previously marked now belong to the category you selected.
With this we came to the end of this blog, I hope you understood the term categories in WordPress and learned how to add categories to your WordPress website. I also hope the supporting screenshots were helpful for you to use as references while adding categories.
Let us now see some of the FAQs related to the topic.
Frequently Asked Questions
What are the categories in WordPress?
Categories are content management systems in WordPress sites. It is the body of a subject or a group of subjects that are interconnected with each other.
What is the category order in WordPress?
When we list the category in WordPress then by default the WordPress website lists them in alphabetical order. On that page, the plugin will simply present all of your categories, which you can manually organize by dragging and dropping. Simply click and drag a category up or down. Moving the parent category will also relocate the kid categories if you use child categories.
What is a dashboard in WordPress?
A dashboard is a collection of gadgets that provide information and it displays an overview of websites. The WordPress admin dashboard, often known as WP Admin or WP admin panel, is the command center for your whole WordPress site. It's where you create and manage content, use plugins to add functionality, use themes to modify the look of your site, and so much more.
What are taxonomies?
Taxonomies are a method that allows us to group the desired things together. There are certain default taxonomies in WordPress but if we want to add taxonomies then we can write a separate code for them.
Does it cost something to build a WordPress website?
The WordPress website is completely free to be designed. But If you want to host it then you need to spend a tiny amount to buy the domain.
Let us now summarise the article,
Conclusion
In this article, we have extensively discussed Categories in WordPress. We saw how to create Categories in WordPress with the help of examples.