Title: get iks menü taxonomy image
Last modified: February 26, 2022

---

# get iks menü taxonomy image

 *  [epinefrin90](https://wordpress.org/support/users/epinefrin90/)
 * (@epinefrin90)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/get-iks-menu-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 } ?>
       ```
   
    -  This topic was modified 4 years, 2 months ago by [epinefrin90](https://wordpress.org/support/users/epinefrin90/).

The topic ‘get iks menü taxonomy image’ is closed to new replies.

 * ![](https://ps.w.org/iks-menu/assets/icon.svg?rev=2163574)
 * [Iks Menu - WordPress Category Accordion Menu & FAQs](https://wordpress.org/plugins/iks-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/iks-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/iks-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/iks-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/iks-menu/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [epinefrin90](https://wordpress.org/support/users/epinefrin90/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/get-iks-menu-taxonomy-image/)
 * Status: not resolved