I want to grab a union of categories from a weblog not an “and” list from the categories.
e.g. for the categories students and community - I don’t want all entries of students and community which would be something like this:
{exp:weblog:entries weblog="{article}” orderby=“date” dynamic=“off” category=“9|2”}
Rather I am looking to grab only the articles that are tagged as both students and community.
thanks!