Grouped Tags¶
{exp:tagger:groups}
<!-- Template Code -->
{/exp:tagger:groups}
This tag generates a list of tags by categorized by group
Parameters¶
Variables¶
{tagger:group_title}¶
The group title
{tagger:group_name}¶
The group short name (url_title)
{tagger:group_desc}¶
The group description
Conditionals¶
{if tagger:no_groups}¶
This tag will conditionally display the code inside the tag if there are no tag groups to display
Variable Pairs¶
{tagger:tags} {/tagger:tags}¶
Lists all tags within the groups Here is a list of available variables WITHIN this variable pair
{tagger:tag_name}¶
The Tag name
{tagger:tag_name}¶
An URL Safe tag name, good for use in <a href=”“> tags
{if tagger:no_tags}¶
This tag will conditionally display the code inside the tag if there are no tags in this groups to display
