Filter by period/date/year
-
Is there a shortcode that would allow me to only display events within a given period of time, for instance all events in 2019? or all events between Feb 2018 and March 2019?
All I can find is a group function
[events_list_grouped mode="monthly"....], but I’m not looking for a group function. I’d like a filter function.Oops – I found the solution:
[events_list year=”2019″]
[events_list scope=”2019-06-25,2019-12-31″]
The topic ‘Filter by period/date/year’ is closed to new replies.