How can I exclude non-vendor categories from a specific page?

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

    Disable the functional collections in the front end design

    Thanks a lot, but it does not help: this way category appears without items(