This message is visible to Moderators only
hidden content

    1option Hi

    As I can see that you put the code which renders tags correctly:

    <?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
    	<?php $this->item->tagLayout = new FileLayout('joomla.content.tags'); ?>
    	<?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
    <?php endif; ?>

    is there any cache settings on your server side?

    But do you see them in the article layout overrides that you made before?

    I am not aware of any cache in place that would prevent updates from dispalying.

      1option Could I take a backup of your site and check in my local environment?

      Yes feel free to do so. Thanks.

      Hi 1option,
      I have updated the code in line 148, you can check the site now.

      <?php if (!empty($this->item->tags->itemTags)) : ?>
      	<?php $this->item->tagLayout = new FileLayout('joomla.content.tags'); ?>
      	<?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
      <?php endif; ?>
      Write a Reply...
      You need to Login to view replies.