I want to change the display order on the events list advanced widget, so that it shows the events which were added most recently to the site. Is there a way to do this?
Hi Jeremy, you can but it’s a somewhat complex undertaking. You’ll want to follow the instructions in this tutorial: https://theeventscalendar.com/how-to-completely-customize-widgets/ (replace references for the featured events widget with the list advanced widget) and then modify the tribe_get_events() query to display events in the way you want (or just use WP_Query).