Drupal 7 - Echo out all field values if the field has multiple values
foreach ($node->field_related_issues['und'] as $val) { echo $val['taxonomy_term']->name; }