Getting term meta from a taxonomy template page
-
Hi,
I’ve added an image field to a custom taxonomy called ‘image’ and i’m trying to retrieve it on a taxonomy template page (taxonomy-base_location.php in my case) but nothing is showing.
Here’s my code:$cat_image = get_category_meta('image'); var_dump($cat_image);
All this outputs is
string(0) ""
Do you know what I’m doing wrong to not output anything?Thanks for any help in advance.
https://www.ads-software.com/plugins/cfs-custom-category-fields/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Getting term meta from a taxonomy template page’ is closed to new replies.