Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry can I know where is this please? eg. admin-dashboard, frontend events listing page

    Thread Starter Ronald Gijsel

    (@just2ronald)

    This is for a frontend category listing as a kind of archive of past events. The client wants to write about the most recent meeting/event in the description and for members to read back on.
    In the back-end in ‘single category page format’ I’ve set it as #_CATEGORYPASTEVENTS. This displays all the past events in chronological order. Of course as the list grows it would be good to have the most recent first.
    Thanks for checking Angelo

    The best way to do this is probably by using an [events_list] shortcode with scope set to past and orderby set to event_start_date.

    These should help:

    https://wp-events-plugin.com/documentation/shortcodes/

    https://wp-events-plugin.com/documentation/event-search-attributes/

    Thread Starter Ronald Gijsel

    (@just2ronald)

    Hi Caimin,
    With a few trail and errors I have managed to recreate it with what you suggested.
    Thanks for the suggestion. This versatility makes this plugin just fantastic.

    For those interested in the future…

    [events_list_grouped scope=”past” mode=”yearly” category=”49″ order=”DESC” ]

    #j #M #Y #_EVENTLINK
    #_EVENTEXCERPT{10, read more>}
    [/events_list_grouped]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Past events in reverse order’ is closed to new replies.