Hi all,
Given the code below, i want the category name not to appear when there are no entries in the category to show. Any ideas would be appreciated.
{exp:weblog:categories weblog="menu_diner" category_group="2" style="linear"}
<h2>{category_name}</h2>
<p><span class="categorydesc">{if category_description}{category_description}{/if}</span><br />
<a name="{category_name}"></a></p>
<p>{exp:weblog:entries orderby="date" category="{category_id}" weblog="menu_diner" disable="member_data|trackbacks"}<br />
<div class="menuitem"><br />
<div class="menudesc">{gerecht}</div><div class="menuprice">€ {prijs}</div><br />
</div></p>
<p>{/exp:weblog:entries}</p>
<p>{/exp:weblog:categories}Thanks in advance for any help!