A snippetclub.com member asked how we can sort posts by an ACF field date using the Advanced Query
in the Oxygen repeater.
1. Add query options
meta_key
–{YOUR ACF FIELD}
orderby
–meta_value_num
order
–ASC
(This will sort by oldest first)
My ACF field was called date
in my example below
2. Example
Using the query above, it sorts the different posts by ACF date.