Hi all
The subcategories plugin looks good; it outputs the child categories of a given “root_node” (parent category) as promised. However, I can’t link to the category.
My previous code looked like this:
{exp:weblog:categories weblog="news" style="linear"}
<li><a href="{path=dialogue/events}">{category_name}</a></li>
{/exp:weblog:categories}
Although I saw the whole tree from the highest parent to the lowest child, at least it linked to the category (automatically appended /category/category_name)
The new code currently looks like this:
{exp:subcategories root_node="16"}
<li><a href="{path=dialogue/events}">{category_name}</a></li>
{/exp:subcategories}
but it links to the “dialogue/events” template with no category_name appended.
I use category names. Is there any way around this?