Thanks for that. Despite fixing the mistake, though, I couldn’t get it to work.
I used
Meta Key: artiststore
Meta Type: Editor
Meta Taxonomy: Designer
Then I added “This is some text.” into the field on the custom taxonomy page for taxonomy term “obvian”.
The I pasted this code into my content-single.php file:
<?php
if (function_exists('wp_get_terms_meta'))
{
$MetaValue = wp_get_terms_meta(1, artiststore ,true);
}
//meta value for meta key $meta_key
echo $MetaValue;
?>
I was hoping that the text would appear just below the large BUY NOW button under the t-shirt but nothing appeared.
https://www.theshirtlist.com/eaters-of-worlds-t-shirt/
Any other ideas?