• I want to show all “past events” at the bottom of the page. I have created a category and used this [events_list category=”6229″][/events_list] to show the events. However, once the event date is past it no longer shows and drops off the list. How can I allow my users to see the old events in a list and then click to see the old details? We plan on updating the past events with the video of the event.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Documentation: https://wp-events-plugin.com/documentation/event-search-attributes/

    Use the scope attribute. You can use scope=”past”. The default is scope=”future”.

    scope

    Choose the time frame of events to show. Additionally you can supply dates (in format of YYYY-MM-DD), either single for events on a specific date or two dates separated by a comma (e.g. 2010-12-25,2010-12-31) for events ocurring between these dates. Default Value: future

    Accepted Arguments?:?future,?past,?today,?tomorrow,?week,?this-week,?month,?this-month,?next-month,?1-months,?2-months,?3-months,?6-months,?12-months,?all

    For example:

    [events_list scope="past" category="6229"][/events_list]
Viewing 1 replies (of 1 total)
  • The topic ‘Showing Archived Events’ is closed to new replies.