Forums
(@astony)
12 years, 4 months ago
So if I have a field name called “link” in Custom Taxonomy Fields, can I output it from the template (loop.php) like this?
echo get_metadata('taxonomy', $taxonomy_term_id, $link, TRUE);
…because this doesn’t work. ??
Has anyone found a solution for this?