icant speak english but you use this code
$attachment_id = get_term_meta($term_id,'thumbnail_id',true); or this one
$attachment_id = get_woocommerce_term_meta($term_id, 'thumbnail_id', true);
$image = wp_get_attachment_image($attachment_id);
echo '<img src="'.$image.'">';
Thread Starter
staffi
(@staffi)
It does not display images in the plugin “Categories Multiple Images” through code
<?php Categories_Multiple_Images::get_image( term_id, image_number, image_size, use_placeholder );?>
-
This reply was modified 9 years, 2 months ago by
staffi.
Thread Starter
staffi
(@staffi)
Do not display images in the plugin “Categories Multiple Images” via code
<?php Categories_Multiple_Images::get_image( term_id, image_number, image_size, use_placeholder );?>
can you use a loop for fetch ‘src’ image