Query a taxonomy from custom post type and order by another taxonomy
-
I have a listings site that lists practitioners by city. The site has standard and premium listings.
The site has a custom post type ‘listings’ and a taxonomy called ‘city’ and another taxonomy called ‘listing-type’. ‘Listing-type’ is the type of listing, which can either be ‘standard’ or ‘premium’.
How would I construct a wp-query that searches listings of a particular city (say Dallas), and orders the result by first showing all ‘premium’ listings and then showing ‘standard’ listings?
Thank you.
- The topic ‘Query a taxonomy from custom post type and order by another taxonomy’ is closed to new replies.