Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm iterating all blog posts and filter them by metafields.
article.metafields.accentuate.languages
Something like
{% assign totalList = '' %} {% if article.metafields.accentuate.languages contains 'tr' %} {%- capture item -%} <div>{{ article.title }}</div> {% endcapture %} {% assign totalList = item | append: '|' | append: totalList %} {% endif %} {% assign totalListArr = totalList | split: '|' %}
So I can iterate totalListArr with a for loop. But I need to do it with the paginate tag. When I do this:
{% paginate totalListArr by 15 %} .... {% endpaginate %}
it gives "Array 'totalListArr' is not paginateable." error. Is there a way to paginate this array?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025