David Haworth
February 22, 2021 at 5:00 am
Is it possible to filter events on a page by category and year? I have a client that would like to provide visitor with access to past events organised by year.
Josh
February 22, 2021 at 4:36 pm
Add New Note to this Reply
Hi,
Yes this is possible. The shortcode accepts a “month” parameter so it would require placing the shortcode on the page more than once. e.g.
[ESPRESSO_EVENTS category_slug=the_category_slug month='January 2019' show_expired=true]
[ESPRESSO_EVENTS category_slug=the_category_slug month='February 2019' show_expired=true]
[ESPRESSO_EVENTS category_slug=the_category_slug month='March 2019' show_expired=true]
and so on.