Hello Everyone, I added a subtitle in the product page to see where it’s coming from here’s an example:
I added this using app Metafields Guru. I followed an article on how to add a subtitle https://unofficialshopify.wordpress.com/2019/07/09/how-to-add-subtitle-of-product-using-metafield-in-shopify-store/
When doing this I wanted to add it where when they press the subtitle it redirects them to this collection.
product-template.liquid
I just added this underneath the actual title
{{product.metafields.myproduct.subtitle}}
Does anyone know how to do this or already have it done? How should I implement this in my code? Does anyone have a better way to do this I would greatly appreciate that!


