freakdesign / shopify-custom-fields

A javascript tool to emulate Custom Fields within the Shopify dashboard.
http://freakdesign.com.au/pages/shopify-custom-fields
132 stars 24 forks source link

Metafield Liquid Usage #55

Closed hopk1ns87 closed 6 years ago

hopk1ns87 commented 6 years ago

I created a featured artists page, and I would like to use metafields to enter a title below the name of the collection. I created a custom field named "title" and I am using this to output the value on the page:

{{ collections.metafields.c_f.title }}

But, nothing is coming up and I'm not sure why. Any help would be appreciated