single.php image problem
-
single.php
<?php $terms = get_the_terms( $post->ID , 'oyuncular' ); foreach( $terms as $term ) { ?> <li class="oyuncu-k"><a class="resim" href="<?php echo get_term_link( $term ); ?>"> <?php print apply_filters( 'taxonomy-images-queried-term-image', '' ); ?> <span class="isim"><?php echo $term->name; ?></span></a><div class="orta"><p class="aciklama">Oyuncu</p></div></li> <?php unset($term); } ?>taxonomy.php
<? php print apply_filters ('taxonomy-images-queried-term-image', ''); ?>This code looks a picture with.It does not work when I add single.php
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘single.php image problem’ is closed to new replies.