Multiple taxonomies operator
-
We would like to display the posts in taxonomy “organization” that are in 2 taxonomies, both “org_category” and also “org_region.”
We’ve tried all of the following shortcodes. In all instances, all posts in “housing-assistance” are displayed in all regions. What are we missing?
[display-posts post_type=”organization” taxonomy=”org_category” tax_term=”housing-assistance” taxonomy2=”org_region” tax_term2=”state-wide” tax1_operator=”IN”]
[display-posts post_type=”organization” taxonomy=”org_category” tax_term=”housing-assistance” taxonomy2=”org_region” tax_term2=”state-wide” tax1_operator=”AND”]
display-posts post_type=”organization” taxonomy=”org_category” tax_term=”housing-assistance” taxonomy2=”org_region” tax_term2=”state-wide” tax2_operator=”IN”]
[display-posts post_type=”organization” taxonomy=”org_category” tax_term=”housing-assistance” taxonomy2=”org_region” tax_term2=”state-wide” tax2_operator=”AND”]
You must be logged in to reply to this topic.