Image for other taxonomies
-
Hello,
Thanks for your podcast! I use this code for show image in category:
<?php if (function_exists('category_image_src')) { $var = category_image_src(); if (isset($var)) {?> <img src="<?php echo category_image_src(); ?>" alt="<?php the_title(); ?>" /> <?php } else{} }?>
But it don’t show the taxonomies picture. Can you help me?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image for other taxonomies’ is closed to new replies.