Liquid, JavaScript, themes, sales channels
Hello,
I'm trying to create a directory of every product tag used on my site. I currently have nearly 3000 tags and Shopify limits tag queries to 1000 tags.
Currently, I have a directory which lists the first 1000 tags: https://earthtoplanet.com/pages/cartoon-directory
It uses this custom liquid code:
<div class="page-width page-width--narrow">
{% assign collectionAllTags = collections.all.tags %}
{% for tag in collectionAllTags %}
<li><a href="/collections/all/{{ tag | handle }}">{{ tag }}</a></li>
{% endfor %}
</div>
Is there a way I can modify this code to only query tags beginning with letters A, B, C, D?
If so, I think I can create multiple pages showing ALL of the tags by breaking them up into smaller groups.
Thanks for your insight or alternative solutions for showing all of the site's product tags.
User | RANK |
---|---|
21 | |
18 | |
9 | |
7 | |
6 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023