Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/channels/category-heading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down