Dear community,
Help me please, I have vendor collections and functional collections.
On particular page I want to show only vendor categories (Alphabet list).
How I can exclude from showing on this page non-vendor categories?
Applied handmade template for this particular page.
I added to one non-vendor category “menu” to handle.
Example: */collections/menu-aksessuary-3
And try to filter with:
{% for link in collections %}
{% unless collection.handles contains ‘menu’ %}
{{ link.title }}
{% endunless %}
{% endfor %}
But it still shows
Thanks ahead