Have gone through the documentation but not found a solution.
{exp:channel:entries channel="movies"}
<div class="category">
{categories}
<a href="http://{path=/movies/wiki}">{category_name}</a>
{/categories}
</div> <!-- end category -->
{/exp:channel:entries}This is spitting out all of the categories within the movies channel. I want only the one(s) for each movie entry. This is in a template that outputs multiple movie entries, each of which has one or multiple categories attached to it.
Could anyone please help? Am I missing something?