Skip to content

Manage Categories

⏱ 8 minutes beginner

As your site grows, finding and organizing content becomes harder. Categories give you a consistent way to classify pages, blocks, and media so you can filter, list, and navigate content by topic. They also power dynamic listings, such as showing all β€œNews” items or all pages about a specific product line.

Before you start, understand the difference between categories and tags.

AspectCategoriesTags
StructureHierarchical (parent-child)Flat list
ManagementDefined by administratorsOften created by content authors
PurposeFormal classification for site structureInformal labeling for search and discovery
Typical useDrive navigation, listings, and filteringHelp visitors find related content
ScopeSite-wide, controlled vocabularyFlexible, can vary by author

Use categories when you need consistent, administrator-controlled classification. Use tags when you want flexible, author-driven labeling.

Categories are managed in the admin interface. Only administrators can create, edit, or delete category definitions.

  1. Open the Admin section of the CMS.
  2. Navigate to Categories or Content Categories.
  3. Click Add Category to create a new top-level category, or select an existing category and click Add Child to create a subcategory.
  4. Enter a Name for the category (such as β€œProducts” or β€œNews”).
  5. Optionally add a Description to help content authors understand when to use this category.
  6. Click Save.
  7. Verify the category appears in the category tree.

You can nest categories to create a structured taxonomy.

  • Top-level: Products, News, Resources
  • Second-level (under Products): Software, Hardware, Services
  • Third-level (under Software): CMS, Commerce, Analytics

Keep the hierarchy shallow (two to three levels) so content authors can find and assign categories quickly.

Content authors assign categories when editing pages or blocks.

  1. Open the page or block you want to categorize.
  2. Open the Categories or Classification tab in the properties panel.
  3. Select one or more categories from the available list.
  4. Click Save or Publish.
  5. Verify the categories appear in the page properties.

You can assign a page to multiple categories. For example, a product announcement might belong to both β€œProducts” and β€œNews.”

Categories power filtering in the CMS editor and on the live site.

  1. Open a listing view such as All Pages or Recently Changed.
  2. Use the Category filter to narrow results to a specific category.
  3. Select one or more categories.
  4. The list updates to show only content assigned to those categories.

Developers can build dynamic listing pages that filter by category. A β€œNews” landing page, for example, can automatically list all pages assigned to the β€œNews” category, sorted by date.

  1. Open Admin > Categories.
  2. Select the category you want to modify.
  3. To rename, update the Name field and click Save.
  4. To delete, click Delete. The CMS warns you if content is assigned to this category.
  5. Deleting a category does not delete the content assigned to it. The content simply loses that category assignment.
  • Plan categories before creating content. Changing category structures later is disruptive.
  • Keep category names short and clear. β€œBlog” is better than β€œCompany Blog Posts and Articles.”
  • Avoid overlapping categories. If β€œProduct News” and β€œCompany News” overlap frequently, consider a single β€œNews” category with subcategories.
  • Review unused categories. Periodically check for categories with zero assigned content and remove them.