Shopify themes, liquid, logos, and UX
Hello, i have the HONEY theme.
I want to put specific blog posts to display on my blog page based on a blog tag.
I want that this cards (margarita, café, etc) shows de tagged blogs when you click on it
You can achieve this buy using some liquid code below also you can use CSS code for what ever style you like refer to the tags code below.
<ul>
<li>
{%- for tag in blog.all_tags -%}
<a href="{{ blog.url }}/tagged/{{ tag | handle }}">{{ tag }}</a>{% unless forloop.last %}, {% endunless %}
{%- endfor -%}
</li>
</ul>
thanks
Hi @Liquid_xPert_SJ - in your CSS can you plug in the example tag "Newport"? I'm having trouble using your code to help me with this issue.
Thanks!
Ana
@itsanadean sure can you please exact name of that tag
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025