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_posts assigned to a specific custom taxonomy term, and not the term’s children
- How can I get only parent terms?
- Retrieve posts by term id custom query
- Change order of Custom Taxonomy List
- Get the the top-level parent of a custom taxonomy term
- get_the_term_list without links in 3.1
- Inserting terms in an Hierarchical Taxonomy
- get_terms – only top level
- How to only list the child terms of a taxonomy and not their parents?
- Hierarchical taxonomy UI
- How to prevent new terms being added to a custom taxonomy?
- Order get_terms using a Custom Field
- get_term_children for immediate children only (not grandchildren)
- Query users by custom taxonomy and user role
- Determine Term depth
- How to get current term in my custom taxonomy in WordPress?
- Is there a way to ‘Lock’ a Taxonomy?
- Hide the term description on the term edit page, for a given taxonomy
- Order terms by term_order
- get_term_by not working when in functions.php
- Creating a non-removable taxonomy term
- Get value in custom field with taxonomy [closed]
- Get second level terms of custom taxonomy
- Can I lock down custom taxonomies on a parent term level, but not a child term?
- Get only the first term by taxonomy
- Exclude specific slug in ‘get_terms’
- Large taxonomy (2000+ terms), causing WordPress to hang
- Custom order of terms for custom taxonomy in admin and website
- Is there a way to disable a term rather than deleting it?
- Modify Term Update Redirection
- Best pratice to make taxonomy terms translatable without changing slugs?
- Front End Post Save Child terms
- Return only the custom sub-term for custom post type, do not echo term-parent
- How to get a terms and posts associated with another term?
- Displaying subcategories and then posts in taxonomy template
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- 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
- Print Custom Taxonomy Term Name
- set_object_terms for custom taxonomy in custom post type – not working
- Group & Sort Taxonomy terms by letter – Is there a better way?
- qtranslate-x problem with custom term description
- Resize $term attachment using url
- Product dimensions filter by taxonomy
- How can I pull the slug of a custom taxonomy and output it in a class?
- Orderby taxonomy term id using get_posts not working
- How to filter a taxonomy meta field to the ‘single_term_title’ filter hook
- Custom order of taxonomy using wp_get_object_terms and woocommerce_term_meta
- Custom post type term names with ampersand in the term name
- switch statement for taxonomy content
- Sorting terms individually for each post
- List terms and order by second word
- If page is a taxonomy do X, if is a term, do Y
- Query pages by child term
- Getting the parent terms adds additional empty markup [closed]
- Display taxonomy term slugs
- Permalink Rewrite to include Custom Taxonomy Term
- Trying to Display Number of Posts in Term
- Custom taxonomy list in two columns
- Tax query array terms display out of order
- Order posts with custom taxonomy array
- get_terms returns array starting at 4
- Taxonomy term breadcrumb; how?
- Determine if Term has Grandparent/Great-Grandparent
- How To Display Selected Terms For Custom Taxonomy?
- Insert term description programmatically into hierarchical custom taxonomy
- Adding a query var to taxonomy term archive – gets redirected to the other taxonomy archive page
- get multiple values from $_GET from multiple checkboxes
- displaying links if term is used
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- How to include child terms within parent?
- add_query_arg to look up page title
- Display term description on hover using get_the_term_list
- stdClass::$labels /wp-includes/general-template.php undefined
- Get post terms with hierarchical relationships
- Altering term_id and name via $wpdb class
- Multiple category lists on one page
- Unable to display the post titles in a drop down
- $term->taxonomy stripping out underscores
- Taxonomy archive link from term id
- How can I get parent term from a child term
- Create heirachy of post terms from array & assign post to terms
- get_terms() – unexpected ‘=>’ (T_DOUBLE_ARROW) error
- Display woocommerce product_cat child terms with thumbnails
- How can I get the term_id from the action hook ‘set_object_terms’?
- get_the_terms inside save_post gives old terms
- List posts grouped by children of a custom taxonomy
- How home my code doesn’t display any feature image? Looping through post from a taxonomy and not getting feature images back
- Taxonomy Child Not Updating Unless I Click Update Twice
- How to delete unused terms?
- Foreach for get_the_terms for hierarchical taxonomy don’t repeat Top Level Terms if contains multiple Second Level Terms
- How do I check if a post has a term with a particular ancestor/parent?
- post_type_link not working for posts without terms
- Hide empty categories on widget
- Issue with WordPress Automatically Assigning Terms to Multiple Posts
- Set Variant options/attributes values on WooCommerce
- How to filter the terms of custom taxonomy by author id in admin panel
- get_the_term_list without links in archive template title tags?
- Hiearchical terms structure and performance
- WP get_terms and ACF field