Hi All,
My website : www.cjhandmade.com
I am trying to add a section at the top of this page : https://www.cjhandmade.com/pages/eco-clay-cutters-collection-page which includes the product tags.
I have also searched for product.liquid template in my code but i do not have that.
How do i get it to show. Photo of another store as an example of what i want
@CaraJordan
oh sorry tag work only collection page also which tag did you show in product page
Do you want to add tags in pages ?
Kani
4
Hi @CaraJordan
If your theme have not this function then you need to code it (or hire someone).
You can see current collection tags via code below.
{%- for tag in collection.tags -%}
{{tag}}
{%- endfor -%}
Hello - thank you for responding, where in the code would i add this?