Cannot get meta
-
Hello,
I’ve added the following code to my categories.php but the meta is not showing:
if (function_exists('get_terms_meta')) { $metaValue = get_terms_meta($category_id, $meta_key); }
I have value for certain category but it’s not showing in the template. Should I add something else in order to dispay the meta?
Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot get meta’ is closed to new replies.