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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024