Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Daggerhart

    (@daggerhart)

    Unfortunately not exactly like that, you can’t OR between a post_type and taxonomy filter because WP_Query doesn’t allow for that. But you can OR between tax_querys.

    The work around would be to tag all your video content types with a unique tag. Then you could add the following filters:

    Taxonomy: Tags – (note: not the ‘Tags’ filter. select the new unique tag you just made)
    Taxonomy: Format – select Video
    Taxonomy Relationship – set to “OR”

    You could even apply a completely custom Taxonomy to the videos content type, and it will show up as its own filter.

    Hope this helps. Not sure when/if I’ll get around to bypassing the WP_Query class.

    Thread Starter John_W_B

    (@john_w_b)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can I combine filters with OR operator?’ is closed to new replies.