Sorting Custom Taxonomy in ASC/DESC order?
If you really need to sort by taxonomy term, I think you have a bad design of the data structure in your application. Think about it. A taxonomy is a way to group things, lets say posts. A taxonomy is a group of “terms” and the posts are grouped by the shared “terms” between them. … Read more