Removing link from category title

GK User
Fri Nov 09, 2012 11:08 am
Hi

I cannot find where to disable the link on the Category title (K2 - Latest items from Category menu option)
See http://busaraleadershippartners.co.za/r ... r-articles
I don't want the "Our Articles" to be clickable.

Please help?

Anita
User avatar
Junior Boarder

teitbite
Sun Nov 11, 2012 10:37 pm
Hi

Please edit /html/com_k2/default/latest.php and look for this line:

Code: Select all
      <h2><a href="<?php echo $category->link; ?>"><?php echo $category->name; ?></a></h2>


You can remove <a></a> tag there.
User avatar
Moderator

GK User
Mon Nov 12, 2012 6:03 am
Thanks very much.
User avatar
Junior Boarder


cron