I have a category group called “work”. Within that group I have the following category names: silver, gold, platinum.
I want to have a page that displays all entries that have the “silver” category name assigned to them. Can anyone tell me where I’m going wrong with the following code.
Thanks in advance.
{exp:channel:entries channel="work"}
{exp:channel:categories:silver}
<a href="http://{title}" class="thumb">{work_image_1}</a>
<h6 class="heading">{title}</h6></a>
{/exp:channel:categories}
{/exp:channel:entries}