Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • osorgho Friend
    #192627

    Hi,
    Tags appear in the Featured Articles; Is it possible to not display them?

    Thank you for your answer


    1. tags
    dpchap015 Friend
    #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 Friend
    #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 Friend
    #513991

    Hi…

    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>

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

This topic contains 4 replies, has 3 voices, and was last updated by  zomidaily 10 years, 5 months ago.

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