Replies: 0
Hello,
I have some posts where i’ve added an ACF datepicker field where i want to set the date of the event. If you are in the category “events”, i want display posts shortcode to order the posts based on the date of the ACF date field, and not the date of when the post is created. In the shortcode i’ve tried: orderby=”event_date”, but this is not working.
How can i achieve this?