Shortcode events_list does not accept option “order”?
-
Dear EventsCalender-Team,
regardless if i write order=”DESC” or order=”ASC”, i do not get any change on the frontend.
My shortcode is:<div class="css-events-list">
<div id="event-cards">
[events_list scope="future" limit="12" order="ASC"]
<div class="event-item" data-url="#_EVENTURL">
<div class="event-image platzhalter" style="background-image: url(#_EVENTIMAGEURL), url('/wp-content/uploads/logo-aq-bg-green-washed-bright.jpg'), url('https://lorempixel.com/640/480/nature/')">
<div class="event-datum">#_EVENTDATES</div>
<div class="event-uhrzeit">#_EVENTTIMES</div>
</div>
<div class="event-name">
<h3>#_EVENTNAME</h3>
</div>
<div class="event-description" data-url="#_EVENTURL">
<h3>#_EVENTNAME</h3>
<b>#j.#m.#Y #@_{ \b\i\s j.m.Y}, #_EVENTTIMES</b>
#_EVENTNOTES
</div>
</div>
[/events_list]
</div>
</div>What is wrong here?
I did check out the short-code and event-list docs so far, can’t see a full attribute/option list there.
I tried to add several version of:
order_by=”#EVENTDATES”, order_by=”event_date”, order_by=”eventdate”, order_by=”event_dates”, order_by=”event_dates”, order_by=”EVENTDATES”
But none did work. In the doc, and the shortcode above the field is pointed out as #EVENTDATES – in the event-related fields of the docs, the basic event-date-field is not mentioned at all(!!).
Thank you!
ThomasThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.