<?php foreach ($terms as $term) { ?><a href="<?php echo esc_url( get_term_link($term->term_id) );?>" rel="tag" title="<?php echo esc_attr( $term->name ); ?>"><?php echo esc_html( $term->name ); ?></a><?php echo ($term !== end($terms)) ? ', ' : '' ?> <?php }