MODULE 02 · CONTENT & DESIGN

Categories & Tags

Two built-in ways to organize your posts — one broad and structural, one loose and descriptive. Used well, they turn a pile of posts into content visitors can actually navigate.

Day 11 of 30 Beginner ~16 min

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.

The Core Difference

The clearest way to think about it: categories are chapters in a book, tags are the index at the back.

SYSTEM HOW IT WORKS
Categories

Broad, hierarchical groupings — think "Recipes," "Reviews," "Travel." Can have parent/child relationships, like Travel → Europe.

Tags

Flat, specific keywords — think "pasta," "budget-friendly," "30-minutes." No hierarchy, and used more freely than categories.

RULE OF THUMB

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.

category-structure.txt
// 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.

  • Open a post and look for the Categories panel in the right-hand sidebar.
  • Check an existing category or click "Add New Category" to create one on the fly.
  • Scroll to the Tags panel just below Categories.
  • Type a tag and press Enter — WordPress will suggest existing tags as you type.
  • Update or publish the post to save your changes.
  • 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.

    OVER-TAGGING Dozens of one-off tags used on a single post each create thin, near-duplicate archive pages that dilute SEO value.
    FOCUSED TAXONOMY A handful of meaningful categories and a consistent, reused set of tags create genuinely useful archive pages.

    Categories & Tags on the Front End

    WHERE VISITORS SEE THEM
    ARCHIVE PAGES Each category/tag gets its own URL listing every post assigned to it.
    POST META Most themes display a post's category and tags near the title or byline.
    WIDGETS The Categories widget from Day 8 pulls this same data into your sidebar or footer.

    Breaking Down What You Just Learned

    1

    Categories are structuralBroad, hierarchical groupings that define your site's main topics.

    2

    Tags are descriptiveFlat, specific keywords with no parent/child relationships.

    3

    HierarchyCategories can nest into parent/child structures; tags cannot.

    4

    Assigning bothHandled from the same sidebar panel while editing any post.

    5

    SEO impactFocused, reused taxonomy beats dozens of one-off tags.

    Try It Yourself

    EXERCISE

    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

    HANDS-ON EXERCISE

    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.

    1. Create three to five categories that reflect your site's main topics.
    2. Set up one parent/child relationship between two categories.
    3. Go through your existing posts and assign each one a proper category.
    4. Add two or three relevant tags to each post.
    5. Visit a category archive page on your live site to confirm it lists the right posts.

    Recap

    CATEGORIES

    Broad, hierarchical groupings that define your site's structure.

    TAGS

    Flat, optional keywords that describe a post's specific details.

    ARCHIVE PAGES

    Every category and tag automatically generates its own listing page.

    SEO

    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.
    Course Overview