Replies: 0
Hi! This is a great plugin!
I’m trying to use it in the loop, though, on a page listing all the terms of a custom taxonomy. Since you can’t use a function inside a loop, I’ve tried get_term_meta and get_post_meta with just about any key I can find. I even tried manually setting the taxonomy_image_link attribute to the URL of the image and access that through the meta key — it didn’t work.
I just need a key that has the same value I get by using your handy function “hmk_taxonomy_image_url()”.
What do you recommend?