I’m using the Events Calendar Pro on a large academic website. The main events page will display all upcoming events, but individual academic departments will display only their events, including past events on archives pages. I use the following shortcode to display the events that took place in the 2014-2015 semester, but none of them display:
[tribe_events_list category=”rs2014-2015″]
On the front-end, it shows the message “There are no upcoming events at this time.”
What can I do when I need to display past events on certain pages?
The site is currently under development with a launch date of Sept. 15th 2015. Thanks!
Welcome to our support forums and thanks for reaching out to us.
While there’s no easy way of doing so, you can add a link to a page displaying the past events for that category:
http://[your-site]/events/category/[category-slug]/?tribe_event_display=past
Other option is to code a simple PHP function to get the past events for a given category, if you think that can work for your case I can code that for you.