You can create a page with the following shortcode:
[events_list_grouped mode="yearly" orderby="event_start_date, event_start_time" scope="past" order="desc" groupby_order = "desc" limit=0 ]
Then they can search on the page for the year they are interested in (e.g., hit Ctrl-F and then type in 2023 to search for events in 2023).
Unfortunately, , the event_list_grouped shortcode doesn’t support the grid view.
If you want to display the events just for 2024 you could use the following shortcode:
[events_list scope="2024-01-01,2024-12-31" order="desc" view="grid"]
Then you could repeat this for each year you want to display (changing 2024 to the year you want to display). Then you could create a floating menu to jump to a particular year.
-
This reply was modified 2 months, 2 weeks ago by
joneiseman.