<?php $terms = get_the_terms( $post->ID, 'tur' ); if ($terms) { foreach($terms as $term) { echo "<a href='".get_bloginfo('url')."/".$term->taxonomy."/".$term->slug."' title='".$term->name."'>".$term->name." </a>"; } }?>