Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Panzehit

    (@panzehit)

    <?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 ?

Viewing 1 replies (of 1 total)