[ad_1]
[ad_2]
I created events as custom posts using ACF (free) for my WordPress site (no page builder, just blocks & FSE). Those Events have a custom date field (using ACF).
Now I want to display these custom events (or a subset of them using custom taxonomies) in a loop. How can I sort these custom posts using this custom date field and not the publishing date? I don't mind getting the pro version, but I'm not sure it's even possible.
Read the documentation. https://www.advancedcustomfields.com/resources/date-picker/
“Query posts in sorted order” it shows you how to do exactly what you want.