// Get image from a PODS Taxonomy Custom field $sector = get_the_terms( $post->ID, 'sector' ); $taxonomyImage = get_term_meta($sector[0]->term_id); foreach($taxonomyImage as $imageId){ $imageSectorId = $imageId[0]; }