Can't show past events.
Hi,
I'm trying to display past events but when I use the following it only displays upcoming events. The dates are set using the start and end dates using the Events field type. Is there anything I'm doing wrong here?
Thanks
{exp:low_events:entries channel="seminars_workshops|networking_events" limit="30" show_active="no" show_upcoming="no" show_passed="yes"}
{if no_results}
Sorry no results
{/if}
{if count == "1"}
- {/if}
{event_list_item}
{if count == total_results}
{ab-pagination}
{/exp:low_events:entries}
Replies
Low 12 Feb 2013 08:24
Try adding unit="passed" to the opening tag.
Kipp Brady 12 Feb 2013 23:04
Great. That works.
Many thanks.