Sorting and Filtering Query Parameters
-
I would like to find out if it’s possible to construct a WP_Query to achieve following:
1. Find posts that belong to Category1 and Category2 AND contain Tag1
2. Find all posts and sort them by: belongs to (Category1 AND Category2) AND contain Tag1
3. Sort posts by combination of tags: Tag1 + Tag2 + Tag3 – So that posts that contain the most tags appear first and rest follow
Thanks!
The topic ‘Sorting and Filtering Query Parameters’ is closed to new replies.