I created a collection (that excludes certain items) to use for my “Shop All” page.
This collection now shows on the Collections list page and I do not want it to. There is no way to select certain collections to show on this page. How do I exclude the unwanted Collection form the Collections List page?
{% if collection.handle == "EXCLUDED-COLLECTION-HANDLE" %}{% continue %}{% endif %}
NOTE: this removes an item from pagination creating an offset that will grow with more collections excluded so you will have to fix the offset.
If you need this customization then contact me by email for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Thanks for suggesting creating a new custom collection page. I was dealing with the same issue and somehow this simple solution hadn’t occurred to me yet. Did the same!