-
AuthorPosts
-
morrisonrox Friend
morrisonrox
- Join date:
- March 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 27, 2012 at 12:52 am #183436I 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 :-[
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 27, 2012 at 7:16 am #477621Hi 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 😀
AuthorPostsViewing 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
how to remove link from tag mode of k2
Viewing 2 posts - 1 through 2 (of 2 total)