Image category with external link (_blank)
-
Hi, how to add external link for this image? Example: in my template i put this:
<a href="<?php echo get_category_link($cat->term_id); ?>"><img src="<?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?>" alt="<?php single_cat_title('Cupons desconto '); ?>" /></a>
But on<a href="<?php echo get_category_link($cat->term_id); ?>">link to category, I want this category image link to external link. Example: category image “Best Buy” link’s to “www.bestbuy.com”. How?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Image category with external link (_blank)’ is closed to new replies.