Hi!
We have the subcategories page with the subcategories title linked. http://tiendanueva.negre.es/iluminacion.html
How can I link the images of the category too same as the title?
Thanks in advance,
Kind Regards,
<?php echo $category->images[0]->displayMediaThumb("",false); ?>
<a href="<?php echo $caturl; ?>"><?php echo $category->images[0]->displayMediaThumb("",false); ?></a>
<a href="<?php echo $caturl; ?>" class="category-overlay"><span><span><?php echo JText::_('TPL_GK_LANG_VM_VIEW'); ?></span></span></a>
<a href="<?php echo $caturl; ?>"><?php echo $category->images[0]->displayMediaThumb("",false); ?></a>