Home › Forums › Add-ons › Repeater Field › Repeater field with IF/ELSE based on sub_field value › Reply To: Repeater field with IF/ELSE based on sub_field value
You can just query by all of the post types in question. This will get them all ordered by day. But there isn’t a way to order by post type and date.
To do this you’d need to get them all ordered by date and then create a usort() to order the $query->posts
You might also be able to alter the WHERE portion of the query using a posts_where filter.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.