Hello,
I have this gallery https://hairmax.com/pages/news
Using this code:
{% for block in section.blocks %}
{% if block.settings.enable %}
{% assign tags = block.settings.tags | split:‘,’ %}
With the Shopify theme update limiting blocks to 250, this is no longer an option.
I wonder if there is a solution to this preferable without an app?