I was wondering if there is any native way to strictly exclude categories.
In other words, I currently have the setup:
{exp:channel:entries channel="attractions" category="not 24" dynamic="no"}
[data here]
{/exp:channel:entries}This is a problem because some of my entries are categorized in multiple categories such as 24 and 26 etc. I’d really like to exclude any entry categorized as 24 regardless of wether or not it is also in another category.
I realize I can use the query module to write a custom query to do this, but I was hoping there is some “more native” solution… maybe a parameter or setting I overlooked in the documentation.
Has anyone had any success with this? Or do I need to write a custom query?