Hi all,
I’m using the Solspace calendar module for an events page. THere’s a bit of filtering using categories on the main page (exhibitions are held on another page). However, if I set more that one category to an event, if repeats the entry in the list. Is there any way round this?
Here’s the code, if it helps…
{exp:calendar:events date_range_start="today" dynamic="off" show_months="12" show enable="custom_fields" sort="asc"}
{categories}
{if category_name!="Exhibition"}
<section class="agendaBox topRow">
<h4>{title}</h4>
<p>etc….</p>
<p>{/if} <br />
{/categories}<br />
{/exp:calendar:events}
Cheers!