The regular Channel Entries Tag Parameters seem to allow you to:
Show entries assigned to CategoryA (even if it is in also in CategoryB) : category=“A”
Show entries assigned to CategoryA or CategoryB : category=“A|B”
Show entries assigned to both CategoryA and CategoryB : category=“A&B”
Show entries Not assigned to CategoryA and CategoryB : category=“not A&B”
Show entries assigned to neither CategoryA and CategoryB : category=“not A|B”
Is there a way to show entries assigned to CategoryA but not also assigned to CategoryB?
something like category=“A, not B”
I tried doing category=“not B|C|D|E” in exp:channel:entries tag, but it didn’t seem to have any effect.
I think this could be done using conditionals inside the exp:channel:entries, but I wanted to avoid that as I think it would cause considerable more page-load overhead and force me to use more templates (less DRY)
I surveyed a lot of Category plugins, too and nobody seems to mention this use case
Any suggestions?
Thanks