From 3c536d410bec9ff4135345c75a0b4516db9ba18f Mon Sep 17 00:00:00 2001 From: TomJaeger Date: Fri, 8 May 2026 12:18:02 -0400 Subject: [PATCH 1/2] Document category heading category groups --- docs/channels/category-heading.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/channels/category-heading.md b/docs/channels/category-heading.md index ee6c9b63a..5cdaed0b7 100755 --- a/docs/channels/category-heading.md +++ b/docs/channels/category-heading.md @@ -50,6 +50,22 @@ 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. + ### `disable=` disable="category_fields" From ce471af6d280f00e546905ad3ac4f46ee2d0e5d1 Mon Sep 17 00:00:00 2001 From: TomJaeger Date: Fri, 8 May 2026 12:20:06 -0400 Subject: [PATCH 2/2] Document category heading parent only --- docs/channels/category-heading.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/channels/category-heading.md b/docs/channels/category-heading.md index 5cdaed0b7..cf1db498a 100755 --- a/docs/channels/category-heading.md +++ b/docs/channels/category-heading.md @@ -66,6 +66,12 @@ Or use "not" to exclude category groups: 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"