I am trying to exclude some tags from my tag lists. I used it before but when I updated my ghost and ghost-cli with latest version (2.11.1), the tags exclude is not working.
I am trying to do with this code but it is not working
OK it works now. Ghost docs should mention to use single quotes around and not double quotes. This is how it works in version 3. I don’t know about previous versions.
And for anyone else, the issue above about using array notation IS doable.
You negate the array, not each item. So mind those single quotes and: filter:'slug:-[news, some-other-tag, a-third-tag]'