Tagged Questions
0
votes
2answers
509 views
Sort custom posts in archive by multiple values: date AND meta key
I have a post type and I want to sort posts in its archive according to two values:
by a meta value called "artwork_year" which contains a 4 digit number (year)
by post publish date
what the query ...