I’m adding entries to a channel called “fotos” in different categories.
Now I just want to be able to filter these entries based on the current category a user is browsing.
{exp:channel:entries channel="fotos"}
<li>{foto}</li>
{/exp:channel:entries}
The code above just shows all entries, disregarding the parameter I give in my url like this:
http://www.domain.local/multimedia/fotos/category/categoryname
Do I need to tell EE how to filter on the given categoryname? I have double checked that the category name exists and that the “category” word has been set as the “Category URL Indicator”
Thanks for helping me out here!