Add term id Dinamically
-
Is there a way to dynamically add the term id from a custom post so when I create a new category the thumb will appear automatically?
instead of:
$image_id = get_term_meta( 7, ‘image’, true );I would like to:
$image_id = get_term_meta( ‘DINAMIC_ID_POPULATTED’, ‘image’, true );Thanks! =]
- The topic ‘Add term id Dinamically’ is closed to new replies.