Categories

  • Updated
This topic is for CMS administrators, and developers with administration access rights.

In Optimizely Content Management System (CMS), a category classifies content, such as for building filtering features for search and navigation. You create categories in admin view, and apply them to content in edit view. (A category is also known as a taxonomy; a system of classification.)

A category is a built-in property in CMS. You can apply categories to content, but you need to build the customized functionality for your website to display the resulting outcome, such as in a filtering. Also, do not confuse content categories with Optimizely Commerce Connect categories; see Work with catalog entries.

Create category

Create a top-level category as follows:

  1. Go to Settings > Categories.

    Category settings

  2. Click Create Category.

    Create Category

    1. Specify a name in the Name field. This name is used in code when building category-based functionality.
    2. Enter a name in the Display name field. This name is visible in edit view when a user selects categories. You can also language-encode this field.
    3. Select Visible if you want this category to appear in the Select Categories dialog box in edit view.
    4. Select Selectable if you want this category to be selectable in the Select Categories dialog box in edit view.
  3. Use the grab bars if you want to move this category higher or lower in the list. This sequence determines the order in which categories appear in the Select Categories dialog box.
  4. If you want to add a subcategory to a top-level, select Create Subcategory from the menu. Add the subcategory in the same way as the top-level category.

    Create Subcategory

Delete or change a category

Depending on how a category is used on your website, changing or deleting a category may cause things to stop working. Check with your developer before changing or deleting a category.