• 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 } ?>
    
    • This topic was modified 2 years, 9 months ago by epinefrin90.
  • The topic ‘get iks menü taxonomy image’ is closed to new replies.