Hi, okay, thank you for fixing the syntax of my code :))
I’ve discovered that it’s returning posts from both the category “latest-news” OR the taxonomy=”roles”. I need it bring back posts that have BOTH “latest-news” and the defined “roles”. I need the compare to be “and”. In fact, I tried adding compare=”and” both before the word “taxonomy” and after the list of terms. Neither worked.
Also, I just discovered that you’ve created special terms for the plugin WCK. I’ve used WCK to create the custom taxonomy, if that makes a difference here.
This is what I have:
[is logout] [loop type=”post” category=”latest-news” taxonomy=”roles” term=”general-public”][field image image_class=”alignleft”][br][field title-link] [field excerpt][br][/loop][/is]
[is role=”subscriber”][loop type=”post” category=”latest-news” taxonomy=”roles” term=”general-public,subscriber”][field image image_class=”alignleft”][br][field title-link] [field excerpt][br][/loop][/is]
[is role=”contributor”][loop type=”post” category=”latest-news” taxonomy=”roles” term=”general-public,subscriber,steering-committee”][field image image_class=”alignleft”][br][field title-link] [field excerpt][br][/loop][/is]
[is role=”editor,author,administrator”][loop type=”post” category=”latest-news” taxonomy=”roles” term=”general-public,subscriber,steering-committee,mders-staff”][field image image_class=”alignleft”][br][field title-link] [field excerpt][br][/loop][/is][br]