Combining queries with different arguments per post type
One way is to customize the SQL query executed using posts_clauses or other such filters. To find them search for posts_clauses in “wp-includes/query.php” & see the series of filters just before this line. These together are capable of customizing any part of the query Another thing you can do is manually merge the queried posts … Read more