Keyword

Display image on Items related by tag.

More
13 years 6 months ago #94775 by dompl
Hi,

 

Is there a way to display image with articles by tag?

 

I have tryed this:

 

<?php if(!empty($this->item->image)): ?>              <div class="related-img">             <a href="<?php echo $item->link ?>" title="<?php echo JText::_('for more information on '); ?><?php echo $item->title; ?><?php echo JText::_('click here'); ?>">                  <img src="<?php echo JURI::root().'media/k2/items/cashe/'.md5("Image".$item->id).'_XS.png'; ?>" alt="<?php echo JText::_('Find out more about '); ?> <?php echo $item->title; ?>"  />              </a>          </div><?php endif; ?>




But it's not seem to work. Any advice please?

Please Log in or Create an account to join the conversation.

  • BNR Investment Group
  • BNR Investment Group's Avatar
  • Offline
  • Senior Member
More
13 years 3 months ago #94776 by BNR Investment Group
Replied by BNR Investment Group on topic Display image on Items related by tag.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum