So, I finally found the solution. Maybe there are better ways to arrive to the same result, but at least, it works.
Here it goes:
<?php
$terms = get_the_terms( $post->ID , 'issues' );
foreach ($terms as $key) :
$size = "article-small";
$image_id = get_field("image_tag", $key, false);
$image = wp_get_attachment_image_src($image_id, $size);
?>
<img src="<?php echo $image[0]; ?>" />
<?php endforeach; ?>
Related Posts:
- get_the_term_list without links in 3.1
- get_term_children for immediate children only (not grandchildren)
- Hide the term description on the term edit page, for a given taxonomy
- get_term_by not working when in functions.php
- Creating a non-removable taxonomy term
- Can I lock down custom taxonomies on a parent term level, but not a child term?
- Exclude specific slug in ‘get_terms’
- wp_insert_term is adding a term that has no name
- Get terms from multiple taxonomies
- get_terms showing link to category even if all posts are drafts
- Retrieving custom taxonomy in order, but excluding specific tax IDs
- get taxonomy terms for parent and child
- Taxonomy query for children of parents
- Group posts that matches a term in a loop
- Separator for multiple terms
- How to display term description in empty terms archive?
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- get_terms custom order
- Limits amount of terms displayed? Is it possible?
- How to List Parent Term Links for Custom Taxonomy With & Without Children?
- Why does WP rename similar “term name”-slugs in separate taxonomies?
- Get Bottom Most Level Taxonomy Terms?
- How can I get WP to build a feed based on multiple taxonomy terms
- How to display featured images for all posts with certain taxonomy label?
- Check if term is in a taxonomy?
- Get child product categories from parent product category in WooCommerce
- Set custom post type terms by id without knowing taxonomy
- How to determine the depth of a term in a custom taxonomy?
- get_term_children doesn’t return an array of children terms
- How to show only terms by id or slug on edit-tags.php (custom taxonomy manage page) for a custom taxonomy
- Display the description of taxonomy terms
- get_terms adds slaces to the resualt
- Term count by user
- get_term and get_term_by return null or false, even though term exists
- How to add contents of a custom field to a taxonomy term list?
- one term two taxonomy’s?
- Getting WooCommerce product related child categories
- Can’t set custom taxonomy terms via custom form
- Some custom taxonomy child terms not showing in admin. Caching problem?
- get_terms not returning any custom taxonomies
- How do I return all terms from multiple taxonomies?
- Order get_terms() by hierarchy
- What does ‘category__in’ mean in queries?
- Returning One custom taxonomy term name
- Displaying Custom Taxonomy without a hyperlink
- Get all terms, including unchecked, or get the terms outside loop
- get_term_link not working
- How to write sql query to get the posts from a custom taxonomy term name
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- How to support fifteen thousand terms in WordPress?
- How to group all terms children’s in custom taxonomy?
- Display Posts by Custom Taxonomy Chosen Terms
- Show template part if part of term
- How to display a custom taxonomy without a link?
- Build filter for post-type + multi taxonomies + multi terms
- How do I get term data associated with the current post, where the result is not wrapped in HTML?
- Hide terms if they aren’t the same as the current term
- Corrupted nav-menu?
- The best way to display taxonomies
- Dynamically set taxonomy term and show admin notice on post save
- WP 4.8 : new taxonomy syntax for get_term_by and get_term_link ?
- List Top 5 taxonomy terms based on number of post
- How to show post list based on taxonomy term?
- Can you hide empty terms using get_term_children?
- get_term_by works but get_terms doesn’t?
- Display empty custom taxonomies differently than with one with posts
- Double slash in the_terms URL
- How to call a custom taxonomy term name inside a function?
- How to add custom taxonomy terms to posts in bulk
- How to list Custom Taxonomy
- List terms of custom taxonomy if matches other taxonomy
- How to output taxonomy term (incl. link to archive) on author.php?
- why the archive of custom taxonomy term shows nothing?
- Display Child Categories of Current Post ID
- Include get_term_link inside search
- How to add a shortcode function that returns the taxonomy slug of the actual post within the loop
- How to list custom taxonomy terms alphabetically by last word
- Order get_terms by count using a custom taxonomy hierarchy
- Add A CSS Class To A Menu Item When A Custom Taxonomy Term is Present On Single Post
- How to create a non removable taxonomy term?
- Can I get thumbnail of taxonomy?
- Add term to taxonomy programatically
- setting a custom post type taxonomy term by code
- How do I check to see if a specific child term has shared posts with another set of child terms within the same taxonomy?
- Output slugs to use as class names for every taxonomy a post is attached to
- Group & Sort Taxonomy terms by letter – Is there a better way?
- qtranslate-x problem with custom term description
- Orderby taxonomy term id using get_posts not working
- Trying to Display Number of Posts in Term
- Order posts with custom taxonomy array
- Determine if Term has Grandparent/Great-Grandparent
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- add_query_arg to look up page title
- Altering term_id and name via $wpdb class
- Create heirachy of post terms from array & assign post to terms
- How home my code doesn’t display any feature image? Looping through post from a taxonomy and not getting feature images back
- How do I check if a post has a term with a particular ancestor/parent?
- Set Variant options/attributes values on WooCommerce