Hi, I have a CPT called Gear with a taxonomy called Gear-Manufacturer to which I have added a URL custom field. I am trying to display this taxonomy custom field inside a the CPT single post.
I have been trying the following:
[types termmeta="gear-manufacturer-website"][/types]
[wpv-taxonomy-field name='wpcf-gear-manufacturer-website']
But no having much luck.
Can these shortcodes only be used inside a view?