Hi
Having issues with showing “this weeks events”.
Here’s the basic code I’m using.
{exp:channel:entries channel="event" orderby="date" sort="asc" display_by="week" show_current_week="yes" start_day="Monday" show_future_entries="yes" status="open" limit="1" }
<h2>{title}</h2><p> </p>
<p> ... etc ...</p>
<p><br />
{if no_results}<br />
Sorry no events this week, please view our calendar for up & coming events.<br />
{/if}</p>
<p><br />
{/exp:channel:entries}
It all works fine until there isn’t any events left for that week,
at which point it displays the very last event in the channel.
Any ideas why this happens ?
Running EE v2.1.3 Build: 20110411
Many Thanks.