Hi there,
I am hoping this is very simple to do, it’s just I’ve never done it before!
Basically I just want to display a specific background image for entries if they belong to a specific category.
Is something like this the best way to achieve it? (where category 3 is the one I am checking for
{categories show="3"}
{if " {category_id}" =="3"}
<div>some content…</div>
{/if}
{/categories}
Any Suggestions?
Thanks,
Tom