Display all events - even ones that have passed?
Hi,
by default this code won't display events that have passed:
{exp:low_events:entries channel="courses"}
How would I go about to display all events, independently of date/year etc.
I tried to include show_passed="yes" but that didn't change much.
Replies
Low 8 Nov 2013 09:21
The low_events:entries tag is meant to facilitate easy filtering of events. The default is showing upcoming events. If you're not interested in filtering the events at all, but just want to show all entries, you might as well use the channel:entries tag instead. You should still be able to order by the LE field to put them in the right order.
bjorn 8 Nov 2013 09:27
Thanks, channel:entries and ordering by the custom field worked fine :-)