On the all entries page I want to filter by category dynamically using url segments like this
{exp:channel:entries channel="abc" category="{segment_3}" ...But I do not want to use category_id but category_url_title, is there a way to “link” the two together and have the category_url_title in the category=”” parameter of the entries tag?
Thanks!