Show images for tags
-
Great plugin!
Images show perfectly for categories but I’m struggling to get them to display with tags.
This is my category code:
<b> <?php foreach (get_the_category() as $cat) : ?> <img src="<?php echo z_taxonomy_image_url($cat->term_id, 'medium'); ?>"width="20px" height="12px" style="vertical-align:middle"/> <a href="<?php echo get_category_link($cat->term_id); ?>"><?php echo $cat->cat_name; ?></a> <?php endforeach; ?></b>
Can anyone help?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show images for tags’ is closed to new replies.