Hi.
I need to create a few country based pages. Each country will have a bunch of entries and each entry is assigned a category type.
So what I did was.
I created a category group with each country
I also created a category group with each type.
My issue is when I create the frontend I am having a problem getting the categories shown.
This is what I have:
{exp:channel:categories category_group="8" show_empty="no"}
<h2>{category_name}</h2>
<p> {exp:dynamo:entries channel="specs" paginate="bottom" category="{category_id}"}</p>
<p> </p><h3>{title}</h3>
<p> <br />
{/exp:dynamo:entries}<br />
{/exp:channel:categories}But it doesn’t show correctly. It is showing all the categories but not the ones that pertain to that specific country.
Is there a better way to set this up?