• Resolved AMCS

    (@amcs)


    Hi, I’m using Events Category pages on my site, using the format

    #_CATEGORYNOTES
    <h3>Upcoming Events</h3>
    #_CATEGORYNEXTEVENTS
    <br />
    <hr />
    <br />
    <h3>Past Events</h3>
    #_CATEGORYPASTEVENTS

    How do I get the past events to display in Descending order instead of Ascending? Changing settings within EM doesn’t seem to make a difference and there is no obvious way to modify the placeholder output

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

    (@angelo_nwl)

    You can try something like

    #_CATEGORYNOTES
    <h3>Upcoming Events</h3>
    #_CATEGORYNEXTEVENTS
    <br />
    <hr />
    <br />
    <h3>Past Events</h3>
    [events_list category="#_CATEGORYID" scope="past" order="desc" orderby="event_start_date" pagination=1]
    Thread Starter AMCS

    (@amcs)

    Thanks @angelo_nwl
    The visual formatting of the output is different, but it creates the correct ordering as desired. Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing display order of #_CATEGORYPASTEVENTS placeholder’ is closed to new replies.