How do I make the collection list show all the collections on one page?

How do I make the collection list show all the collections on one page?

lukafernada
Excursionist
122 1 48

As shown in the photo, it only allows you to see 30 collections before having to click onto the next page. What code is there to make it show all the collections on the same page, but only on the 'All Collections' page

lukafernada_0-1727368336189.png

 

lukafernada_1-1727368336784.png

 

 

Replies 2 (2)

rifat_ShopiDevs
Shopify Partner
61 6 9

@lukafernada 
here is the code you can use 

  {% for collection in collections %}
    <!-- Your code to display each collection -->
  {% endfor %}

if still problem , Just send me your url and Collaborator Request Code and I'll send you a request. I then make the changes in no time!
thank you
Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
lukafernada
Excursionist
122 1 48

What is the code in between and where should i put it?