diff --git a/docs/channels/category-heading.md b/docs/channels/category-heading.md index ee6c9b63..cf1db498 100755 --- a/docs/channels/category-heading.md +++ b/docs/channels/category-heading.md @@ -50,6 +50,28 @@ The `category_url_title=` parameter allows you to specify the URL title of a spe NOTE: **Note:** You must specify the [`channel` parameter](channels/category-heading.md#channel) when using this parameter. +### `category_group=` + + category_group="2" + +Category Groups are specified by ID number. This parameter can be used with [`category_url_title=`](#category_url_title) to limit matching categories to a specific category group. + +As with many other parameters, you can stack category groups: + + category_group="1|2|4" + +Or use "not" to exclude category groups: + + category_group="not 2" + +Category URL titles are unique within a category group, but not across all category groups. If multiple eligible category groups contain the same category URL title, the first matching category is used unless you use `category_group=` to narrow the match. + +### `parent_only=` + + parent_only="yes" + +This parameter allows you to limit the Category Heading tag to only top-level categories. Child categories will not be displayed. + ### `disable=` disable="category_fields"