I’m trying to create a list of all categories under each article with the categories for that article highlighted. Using EE 2.9. Code is:
{exp:channel:categories channel="news" style="linear"}
<a href="http://{path=%27news/index%27}" class="active">{category_name}</a>
{/exp:channel:categories}Going by the docs this should work. What am i doing wrong?