Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

dispaly image on front end of custom taxonomy

$image_id = get_term_meta ( $term_id, 'image_id', true );

echo wp_get_attachment_image ( $image_id, 'full' );
 
PREVIOUS NEXT
Tagged: #dispaly #image #front #custom #taxonomy
ADD COMMENT
Topic
Name
7+2 =