Hello,
How can I add multiple collections to the featured collections section on my front page using dawn theme?
I have seen it on other shopify sites with different themes but cannot add to dawn theme,
I would like to add 4 collections under 1 featured collection similar to this photo below
Glad to help. Can you send the link to that example so I can see it in action?
Hello @verifiedsb ,
You can try to follow these steps:
-
Go to Online Store → Themes → Actions → Edit code
-
Go to Sections → Add a new section or find the existing section that represents the featured collection
-
To add the four sub-collections, you can utilize the collection handle in liquid code to fetch and display the desired collections. Modify the code to include the four sub-collections, like this:
{% collection 'featured-collection-handle' %}
{% collection 'sub-collection-handle-1' %}
{% collection 'sub-collection-handle-2' %}
{% collection 'sub-collection-handle-3' %}
{% collection 'sub-collection-handle-4' %}
- Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Hello, Where do i add this code under featured-collection.liquid?
Hello, Here is an example.
https://merch.method.com/
Ok good. Now, what’s the link to your website?
Ok thanks. Yeah, looking at this feature based off of the link you sent me, it’s going to be a little complicated to set this up on your own if you don’t know how to code. This would be something you would want to get a developer to set up, mainly because of it being a complex feature, that of showing products based off of the selection clicked,
