[Plugin: Category Meta plugin] Working with 2.8.4?
-
Have a question. Using this plugin, seems to do exactly what I’m looking for. But, doesn’t seem to come back using the instructions. My code is below.
When I do echo $catkeyword – nothing comes back.
<?php if (function_exists('get_terms_meta')) { $category = get_the_category(); $catid = $category[0]->cat_ID; $catkeyword = get_terms_meta($catid, 'keyword'); } ?>
I haven’t touched anything else in the file etc.
Any help? Thanks!
https://www.ads-software.com/extend/plugins/wp-category-meta/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Category Meta plugin] Working with 2.8.4?’ is closed to new replies.