Hi
I am building archive pages on our blog. I want an element to show on the tags archive page, but not on the category archive page.
Our url structure is:
- Categories: https://mywebsite.com/categoryname/
- Tags: https://mywebsite.com/topic/tagname/
I have tried to modify the condition setting on the element various ways, but I can’t get it to work. As an example, I have tried to make a string logic like:
String: {{dc:archive:slug}} IN “topic”
I can of course list all tags as part of the condition logic, but I would like to investigate a more dynamic solution.
But I am only able to show/hide the element on all archive pages, not only on the tags archive page.
Any ideas?