• I have custom post types called pick. I have two custom taxonomies assigned to them: sport and history. There are posts in the pick type which have terms assigned to them from both taxonomies.

    Now I’m trying to build a query which will list all pick posts that have terms assigned from the taxonomy sport, BUT exclude the ones that also have terms from history.

    Couldn’t find anything similar. How would I do that?

  • The topic ‘Exclude Custom Taxonomy from Query?’ is closed to new replies.