How can I display tags on a product page using the Warehouse theme?

Hello, I’m using the Warehouse theme and would like my tags to be visible on the product page, maybe under the product name? Looking for a simple way to do this.

Also if possible when click on tag name it shows all the others product with same tag.

  1. In your Shopify Admin go to: online store > themes > actions > edit code.

  2. Go to section then main-product or product

  3. You need to loop through product tags -

{% for tag in product.tags %}
{{ tag }}
{% endfor %}

Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

{% for tags in product.tags %}

{{ tags }}

{% endfor %}

Paste this code below

{{ product. title }}

Thank you for helping

which file can I find {{ product. title }}

Find a section with main- product or product