How to tax query X number of posts related by tag first, then by category if not enough in tag-related
You cannot do this in one query, this is a bit too advanced for what WP_Query can do at this point in time. We will need to run at least two (I’m going to use 3) queries here to achieve what you want FIRST QUERY The first query will query for posts according to post_tag, … Read more