Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • morrisonrox Friend
    #183436

    I need to remove the link but leave the css style you have, as I can do?

    not redirected to the article but it looks like this but without link

    thx :-[


    1. cIu4l
    Saguaros Moderator
    #477621

    Hi Morrison,

    You could remove link from code of K2 component. Pls open file: templatesja_puresitehtmlcom_k2templatespuresitetag.php

    At approx line 50, you would see the code for title:

    [PHP]
    <!– Item title –>
    <h3 class=”tagItemTitle”>
    <?php if ($item->params->get(‘tagItemTitleLinked’,1)): ?>
    <a href=”<?php echo $item->link; ?>”>
    <?php echo $item->title; ?>
    </a>
    [/PHP]

    change it to:

    [PHP]
    <!– Item title –>
    <h3 class=”tagItemTitle”>
    <?php if ($item->params->get(‘tagItemTitleLinked’,1)): ?>
    <a>
    <?php echo $item->title; ?>
    </a>
    [/PHP]

    Then clean cache.

    Merry X-mas and Happy New Year 😀

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum