term_meta custom fields
-
Hi,
i am trying to have an image on custom taxonomy archive pages
so i create the custom fieldContainer::make('term_meta', 'Menus Images') ->show_on_taxonomy('menus') ->add_fields(array( Field::make('image', 'crb_hero_tax_image',__('Hero Image',CHILD_TEXT_DOMAIN)), ));
but to retrieve it i don’t know what to write in place of $term
$image_id = carbon_get_term_meta($term->term_id,'crb_hero_tax_image');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘term_meta custom fields’ is closed to new replies.