I want to show the category name where any entry belong to.
In EE v1, I simply using this :
Filed under: {categories} <a href="http://{path={my_template_group}/categories}">{category_name}</a> •{/categories}In EE v2, I am using this :
Filed under: {exp:channel:categories channel="{my_channels}"}<a href="http://{path=channel/index}">{category_name}</a>{/exp:channel:categories}and it does not show up.
Where do I go wrong?