Just installed and it works well.
My code is
$category = get_the_category();
$category_id = $category[0]->cat_ID;
$metaValue = get_terms_meta($category_id, 'showDate');
Just installed and it works well.
My code is
$category = get_the_category();
$category_id = $category[0]->cat_ID;
$metaValue = get_terms_meta($category_id, 'showDate');
Doesn't work for me, the custom fields does not get saved to the database.
This topic has been closed to new replies.