-
AuthorPosts
-
osorgho Friend
osorgho
- Join date:
- June 2006
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 28, 2013 at 4:05 pm #192627Hi,
Tags appear in the Featured Articles; Is it possible to not display them?Thank you for your answer
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
November 29, 2013 at 7:16 am #513911@osorgho you can hide it open template/html/com_content/featured/default-item.php
remove these line
[PHP] <?php if ($this->params->get(‘show_tags’, 1) && !empty($this->item->tags)) : ?>
<?php $this->item->tagLayout = new JLayoutFile(‘joomla.content.tags’); ?>
<?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
<?php endif; ?>
[/PHP]Hope it helps 😀
Click Thanks if my post is helpful
osorgho Friendosorgho
- Join date:
- June 2006
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
November 29, 2013 at 7:23 am #513912<em>@dpchap015 400020 wrote:</em><blockquote>yes you can hide it open template/html/com_content/featured/default-item.php
remove these line
[PHP] <?php if ($this->params->get(‘show_tags’, 1) && !empty($this->item->tags)) : ?>
<?php $this->item->tagLayout = new JLayoutFile(‘joomla.content.tags’); ?>
<?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
<?php endif; ?>
[/PHP]Hope it helps :D</blockquote>
Hi dpchap015,
I just try it and it works.Thanks:)
zomidaily Friendzomidaily
- Join date:
- March 2013
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 9 times in 1 posts
November 30, 2013 at 4:59 pm #513991Hi…
Create custom.css file and put this code:
.blog-featured .tags {
display: none;
}It might be easier and safer for you. You can also read this: http://www.joomlart.com/forums/topic/how-to-remove-tag-from-featured-articles-homepage-view/
Regards,
Joseph<em>@osorgho 399965 wrote:</em><blockquote>Hi,
Tags appear in the Featured Articles; Is it possible to not display them?Thank you for your answer</blockquote>
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by zomidaily 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Tags appear in the articles
Viewing 4 posts - 1 through 4 (of 4 total)