Home › Forums › General Issues › Sort by post category and then by date › Reply To: Sort by post category and then by date
It is not possible using a single WP_Query to sort posts by term and then by date, or visa-versa.
You can do this by doing multiple queries, one for each term.
Another option would be do sort the post array returned in the query using PHP usort() or one of the other PHP array sorting function.
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.