Here’s what I have added to one of my templates
{exp:weblog:entries}
{categories}
{if category_name == "tickets"}
{exp:weblog:entries weblog="callouts" url_title="tickets_callout" dynamic="off"}
{content}
{/exp:weblog:entries}
{/if}
{if category_name == "productions"}
{exp:weblog:entries weblog="callouts" url_title="productions_callout" dynamic="off"}
{content}
{/exp:weblog:entries}
{/if}
{/categories}
{/exp:weblog:entries}but all that spits out is:
{categories} {/categories}I’m sure its some sort of freshman mistake - any idea what I’m doing wrong?