Past Event List Ascending Order
-
I have the following code in the Code Block on the page:
[ecs-list-events cat=”free webinars” limit=100 order=desc past=yes eventdetails=false]
And this is the default code in the-events-calendar-shortcode.php:
$atts = shortcode_atts( apply_filters( ‘ecs_shortcode_atts’, array(
‘cat’ => ”,
‘month’ => ”,
‘limit’ => 5,
‘eventdetails’ => ‘true’,
‘time’ => null,
‘past’ => null,
‘venue’ => ‘false’,
‘author’ => null,
‘schema’ => ‘true’,
‘message’ => ‘There are no upcoming %s at this time.’,
‘key’ => ‘End Date’,
‘order’ => ‘DESC’,
‘orderby’ => ‘startdate’,
‘viewall’ => ‘false’,
‘excerpt’ => ‘false’,
‘thumb’ => ‘false’,
‘thumbsize’ => ”,
‘thumbwidth’ => ”,
‘thumbheight’ => ”,
‘contentorder’ => apply_filters( ‘ecs_default_contentorder’, ‘title, thumbnail, excerpt, date, venue’, $atts ),
‘event_tax’ => ”,
), $atts ), $atts, ‘ecs-list-events’ );But on the page in question, the events are still showing in ascending order.
Can you please let me know if there is another spot I should be looking for a setting that is overriding the default and the code block code?
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Past Event List Ascending Order’ is closed to new replies.