• Hi,

    I’d like to have a page where all past events show up. So, is there a shortcode that displays all past events, no matter from what month or year?

    This one for example only shows from the past events from the current year:
    [chronosly type="category" year="past"]

    Maybe something like this to show all past events from the past 5 years:
    [chronosly type="category" year="past_5"]

    I’d also like to have an option that displays a certain number of past events per page. Could look like this e.g.:
    [chronosly type="category" year="past_5" max="25"]

    Or are there shortcodes for all this already and I just don’t find them?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author chronosly

    (@chronosly)

    Hello Kenika,

    you could use this shortcode to show all past events with pagination
    [chronosly type=”event” upcoming=”past” pagination=”1″]

    include count=”25″ to show 25 events per page.

    Please check Chronosly shortcode FAQ for the full shortcode parameters, with some examples

    Thread Starter Kenika

    (@kenika)

    Nice! Thanks, but I still have one issue:
    I’d like to list the past events in the category view, not in the event view. If I change “event” with “category”, the pagination changes to “more xxxxx events”. Clicking on that link only shows future events of that category, but no past events.
    Adding this to the code:
    type="category" (or "event") category="1,4,7"
    leads to the message: “No events were found”

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode to display all past/archived events? (with pagination)’ is closed to new replies.