Hi,
Is there any possibility to make the whole K2 catItemContent a link? I mean I'd like to click on whichever place on catItemContent in order to be redirected to another page. Now I have to click either on an image or on a title.
<a href="<?php echo $this->item->link; ?>"></a>
<a style="position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;" href="<?php echo $this->item->link; ?>"></a>