Multiple selected taxonomy terms.
-
Hi !
Maybe I’m missing something, but here is what I want to do. I need to get the posts that have multiple selected taxonomy terms.
Ex.: Activity A // Taxonomy terms : Swimming, Winter, Summer
Ex.: Activity B // Taxonomy terms : Bike, Winter
Ex.: Activity C // Taxonomy terms : Swimming, Winter
Ex.: Activity D // Taxonomy terms : Swimming, SummerWith this shortcode :
[ajax_load_more post_type=”activities” taxonomy=”activities-categories” taxonomy_terms=”swimming, winter” taxonomy_operator=”IN”]I would like to get Activities A and C.
But for now I get Activities A, B, C and D, and that’s not what I want.Can you help me with that ? Thank you !
Phil
- The topic ‘Multiple selected taxonomy terms.’ is closed to new replies.