Hello,
I’m trying to exclude a specific tag, let’s say ‘books’ from all the /tag/ links.
Let’s say I have 2 posts. One has tags ‘books’ and ‘get-started’ and another one has just ‘get-started’.
When I go to /tag/get-started/ I see both posts. I would like to exclude, using routes.yaml, ‘books’ tag.
Any ideas how can I achive this?
I tried with routes, collections, channels but no luck.
Thanks