Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025