Home › Forums › ACF PRO › Sort post by acf date first and after by title › Reply To: Sort post by acf date first and after by title
If you want to sort by an acf field and something else then you must use a meta query with clauses.
See the code example labeled
‘orderby’ with multiple ‘meta_key’s
https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
the difference here that you would use post_title for the second part of the order by instead of 2 meta clauses.
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.