Two Systems, Two Jobs
WordPress gives every post two built-in organizing tools: categories and tags. They look similar in the editor, but they solve different problems — categories define your site's broad structure, while tags describe the specific details of an individual post.
Both are technically "taxonomies" — a WordPress term for any system used to group content. You'll meet custom taxonomies again on Day 19 when you build your own.
- ✓Every post needs at least one category — WordPress assigns "Uncategorized" by default if you skip it.
- ✓Tags are entirely optional — a post can have none, or several.
- ✓Both categories and tags get their own automatically generated archive pages.
The Core Difference
The clearest way to think about it: categories are chapters in a book, tags are the index at the back.
Broad, hierarchical groupings — think "Recipes," "Reviews," "Travel." Can have parent/child relationships, like Travel → Europe.
Flat, specific keywords — think "pasta," "budget-friendly," "30-minutes." No hierarchy, and used more freely than categories.
If you'd be comfortable with it appearing in your main navigation menu, it's probably a category. If it's more of a detail, it's a tag.
Parent and Child Categories
Categories can be nested, which lets you build a structured taxonomy instead of one flat list.
// Example category hierarchy Travel // parent category ├─ Europe // child of Travel ├─ Southeast Asia // child of Travel └─ Budget Tips // child of Travel Tags: backpacking, visa-free, solo-travel // flat, no nesting
Doing It From the Post Editor
Both live in the same sidebar panel while editing a post, right next to each other.
Getting Organization Right vs Wrong
Both categories and tags generate archive pages that search engines can index — which means organizing well helps, and organizing carelessly can hurt.
Categories & Tags on the Front End
Breaking Down What You Just Learned
Categories are structuralBroad, hierarchical groupings that define your site's main topics.
Tags are descriptiveFlat, specific keywords with no parent/child relationships.
HierarchyCategories can nest into parent/child structures; tags cannot.
Assigning bothHandled from the same sidebar panel while editing any post.
SEO impactFocused, reused taxonomy beats dozens of one-off tags.
Try It Yourself
Sketch out three to five categories that would make sense for your capstone site. For each one, list two or three tags a related post might realistically use.
Organize Your Existing Content
Applying a real taxonomy to your site
Use the posts and pages you've already created in earlier lessons — this is about tidying up, not building new content.
- Create three to five categories that reflect your site's main topics.
- Set up one parent/child relationship between two categories.
- Go through your existing posts and assign each one a proper category.
- Add two or three relevant tags to each post.
- Visit a category archive page on your live site to confirm it lists the right posts.
Recap
Broad, hierarchical groupings that define your site's structure.
Flat, optional keywords that describe a post's specific details.
Every category and tag automatically generates its own listing page.
Focused, consistent taxonomy is worth more than exhaustive tagging.
Key Takeaways
- Categories are broad, hierarchical groupings that define your site's main structure.
- Tags are flat, optional keywords describing a specific post's details.
- Categories support parent/child nesting; tags do not.
- Both are assigned from the same sidebar panel in the post editor.
- A focused, reused taxonomy is more valuable for SEO than exhaustive one-off tagging.