This code works with categories.
Category ‘cars’ show ‘cars.jpg’.
<?php if ( in_category('cars')) { ?>
<a href="<?php echo site_url(); ?>/location"><img src="<?php bloginfo('template_directory');?>/images/tag-images/cars.jpg" /></a>
<?php } ?>
How can i fix this with the tag: ‘cars’?