Skip to main content

Difference between categories and tags in WordPress posts

The taxonomy is the way WordPress classify posts, there are two different kind of taxonomies. Tags and categories. Both are there for the same purpose, to organize and classify posts. But each one have particular concepts and are used in different ways.

You can have a post without any tag. But there can’t be post without category. If you publish a post with no category, it will be published under a default one.

But that’s something to avoid. All posts must be ordered under categories, each one encircling a specific field of the thematic of website or blog.

On the other hand, tags are commonly used without ordering intention, revealing some specific keywords that are used later for some other purposes.

Tags are also included in search results when somebody uses the search box in pages. So it’s a good practice to add the most quantity of tags possible when publishing a post. So user can find what he's looking for easily.

Let’s see an example of how a website uses taxonomies:

Here’s a WP blog, it’s a very good one since it’s listed in colorlib under 25 best blogs made with WordPress.

This is its main page:

Were we can see categories in menu. Cloud Insights, products, newsroom, racker culture and customers. Those are the categories.

The Products category have some sub categories within it, they can be accessed in sub menus by clicking the down arrow sign.

Now let's click on a category. ¿you like Cloud Insights?

Now we can see all the posts classified under cloud insights category.

Notice the URL in top of the browser is now: https://blog.rackspace/category/cloud-insights. That indicates us we are looking at all posts within the category.

That’s also seen in breadcrumb. You can see it Just above the category title in page.

Let’s read what's this post about.

As you can see, when entering the post were still inside the same category. But this time we can see in both browser URL and breadcrumb how the taxonomy works.

Suppose we’ve already read the entirely post. ¡it’s so long! We'd better just scroll down to the end of it.

Here we can see the tags. There are four tags. Any of them could have something to do with the category. Or maybe not, but it’s a different way to classify posts.

Tags are very useful for something that categories are not so good at. Watch this:

We’ve just made a search query with the word “millennials”. Same word used as tag in the post we are analyzing.

You can see how the post is shown in the search results.

Main differences of Categories vs Tags

Categories:
  • They can be organized just like a directory, with main categories and subcategories. Can get in depth ramifications many times. 
  • Describe a specific field included in main thematic of website.
  • It has an ordering utility. So all posts are well classified into different topics.
Tags:
  • Cannot be branched in sub tags.
  • They don’t clasificate posts necessary, they’re more descriptive.
  • Tags are used when showing results in search box.
  • They are very useful for grouping special kind of posts that doesn’t match with any category.

Comments

Popular posts from this blog

Welcome to WordPress for Noobs

¡Hello World! This is mi first post and I always wanted to say that when starting a blog. 😄 In this blog I will try to help everybody that are starting their WordPress development thrilling road of knowledge, explaining basic concepts and procedures in an easy way so everyone can understand. Even those who didn't start with WordPress yet, and want to know what's this all about. This blog intends to be a road-map for newbies and beginers, those who are just taking their first steps into the most popular and outstanding Content Manager System (CMS) of all times. WordPress.

What is WordPress and what can be done with it

We've already talked about statistics of Internet, and well known is the overwhelming dominance WP have achieved since many years. WordPress biggest goal is to be a fully customizable CMS. Thanks to its open source coding any programmer with skills to do it can make what he wants with a WP installation. But if you're reading this you probably have no idea about what is WordPress. So let's start from the beginning. ¿What is WordPress? WordPress is what's called a Content Manager System (CMS). As it names suggest, it's a software system that facilitates publishing content on Internet. If you want to launch a blog or any kind of website by your own, you must make the software from scratch. You will need advanced programming skills for that, and some other knowledge such as web design, server management and many more tech abilities. With WP you don't need to know nothing of that. You just have to install WordPress in a server and connect your domain wit...

How to install and run WP on own server

There are so many tutorials and articles talking about how to install and run WordPress on own server. Some of them get into really complicated explanations, that is not the idea. As this is WordPress for noobs, I will try to explain it in the most easiest way possible. Please leave your comment if you have any doubt. It will be a pleasure to help you and answer any question. Ok, let’s start from the beginning: What you need to install WordPress.org: Some money Hosting Domain The last version of WordPress.org Hosting Yes, you have to waste some money and get a decent hosting service were your website is going to host. This hosting company charges for maintaining the server online 24/7. Server is basically a computer that never is switched off. It’s running all the time. If server shuts down, all sites hosted in it will go down since in its hard disk are saved all the clients websites. There are plenty of companies offering a variety of hosting plans, you can find a...