Looking to use a custom metafield I created “metafields.custom.collectionh1” to display custom collection titles on collection pages. How do I do this?
Current code looks like this:
https://www.physioworldshop.co.uk/collections/treatment-couches
Looking to use a custom metafield I created “metafields.custom.collectionh1” to display custom collection titles on collection pages. How do I do this?
Current code looks like this:
https://www.physioworldshop.co.uk/collections/treatment-couches
hi,
replace following line
{% if collection.url contains 'couches' %}# {{ collection.title }}
with following
{% if collection.url contains 'couches' %}# {{ collection.metafields.custom.collectionh1 }}