Sort Custom Post Type Archive by Taxonomy Term [duplicate]

Good question – I’m fairly sure you can’t do this just using wp_query.

You’ll need to either add a posts_groupby filter, or just query the database directly. This previous question and answer might be helpful

Using wp_query is it possible to orderby taxonomy?

Leave a Comment