I am trying to generate an image link for the category of each post. Here is what I have so far:
<a href="**NEED CAT URL HERE**">
<img src="<?php bloginfo('template_url'); ?>/images/<?php foreach((get_the_category()) as $category) {echo $category->cat_name . '-'; } ?>tag.png"></a>
As you can see I got the individual pix to load for each category, but I cant find a way to load the URL. Any help??
Here is the site: http://www.oldnumbernine.com/mcjh/