ID, 'project-type' ); if ( $terms && ! is_wp_error( $terms ) ) : $draught_links = array(); foreach ( $terms as $term ) { $draught_links[] = $term->name; } echo $on_draught = join( ", ", $draught_links ); endif; ?>