How to get a query odered by N of matching taxonomies?
There is no native function which to accomplish what you need. The only possible solution that I can think of is to make use of usort to sort the returned array of posts from your custom query You will need to do the following: Set you list with the desired tags Get a list of … Read more