Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brahmaait Friend
    #161161

    Hi,

    I want to remove the link from the Category tiltle and the article tiltle.How to remove that?

    regards,
    🙂

    khoand Friend
    #380348

    Hi,
    My solution:
    – Open <joomla url>templatesja_cooperhtmlmod_janewsblog_item.php file
    – Replace

    <a href="<?php echo $catlink;?>" title="<?php echo trim(strip_tags($catdesc));?>">
    <span><?php echo $cattitle;?></span>
    </a>

    to

    <a title="<?php echo trim(strip_tags($catdesc));?>">
    <span><?php echo $cattitle;?></span>
    </a>

    – Replace

    <h4 class="jazin-title"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>
    to

    <h4 class="jazin-title"><a title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>

    brahmaait Friend
    #380449

    hi,

    thankyou for your help…I got it correct…

    reagrds
    🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  brahmaait 13 years, 8 months ago.

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