<?php
$terms = get_the_terms( $post->ID , 'oyuncular' );
foreach( $terms as $term ) { ?>
<li class="oyuncu-k"><a>">
image Code ????
<span class="isim"><?php echo $term->name; ?></span><div class="orta"><p class="aciklama">Oyuncu</p></div>
</a>
<?php unset($term); } ?>
image Code ?