Brain not working this morning or something…
What I’m trying to do is list entries (products in this case) by category, based on segment_3
Is there a way to tell EE to display only entries from the segment_3 by the category name vs. the ID?
My thought would be something like this:
{exp:weblog:entries weblog="products" dynamic="on" category="{segment_3}"}...I’ve done it in the past using conditional statements to evaluate segment_3, but in this case there is 76 categories and I’d rather not do that for obvious reasons.
Thanks!