get iks menü taxonomy image
-
Adding image field to my taxonomy with image support.
I am showing taxonomy names in my post page. How can I show the image that I added with the iks menu. I couldn’t find how to get the link to img src. How can I get the image url of taxonomy. can you help me?
<?php foreach (get_the_terms(get_the_ID(), 'mycategory') as $cat) { ?> <li class="catimg"><img src="<?php IKS TAXONOMY IMAGE ?>"><?php echo $cat->name; ?></li> <?php } ?>
- The topic ‘get iks menü taxonomy image’ is closed to new replies.