EE version 2.2.2
Here is the overview, I have 5 category groups and and each group has subcategories from 5 to 50. Each entry assigned to multiple subcategories. Using GWcode Categories to list categories and subcategories.
I am trying to do is on click subcategory it should display list of entries assigned under that subcategory. In a code rather passing category id I want category={segment_3} (which is sub category name) and list all entries assigned to that sub category.
Please guide me to do it in a right way.
{exp:channel:entries channel="test" category="{segment_3}" }
<a href="http://{title_permalink=test/index}">{title}</a>
{/exp:channel:entries }Thanks