how to do it with tags
-
i got it working with the categories, but now i also need to list the tags with images…..how can i do it?
i got:
<div id=”main-content” class=”main-content”>
-
<?php foreach (get_terms(‘post_tag’) as $cat) : ?>
-
<img src=”<?php echo z_post_tag_image_url($cat->term_id); ?>” />
slug, ‘post_tag’); ?>”><?php echo $cat->name; ?>
<?php endforeach; ?>
but nothing shoes up ??
-
<img src=”<?php echo z_post_tag_image_url($cat->term_id); ?>” />
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how to do it with tags’ is closed to new replies.