Replies: 1 comment
-
what do you mean "currently open collection entry"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a sidebar on the Collection Entry page with a list of all specific taxonomies. Like:
{{ taxonomy from="hardware" }} <li><a href="{{ url }}" class="category">{{ title }}</a></li> {{ /taxonomy }}
The Entry belongs to one of the taxonomies from the list. Like:
`hardware:
I want to add an additional class to the list item if my currently open Collection Entry belongs to the same term. How shoud I do it properly in that taxonomy loop?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions