Keyword

Another introtext for an article in category listings

  • Irina Lauri
  • Irina Lauri's Avatar Topic Author
  • Offline
  • New Member
More
9 years 1 month ago #141669 by Irina Lauri
Is it possible in category listings to display another introtext for an article? I want to display in category listings a description of the article, which will not be shown in this article. Please help me if it possible.

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

  • Franz Wohlkönig
  • Franz Wohlkönig's Avatar
  • Offline
  • Platinum Member
More
9 years 1 month ago #141681 by Franz Wohlkönig
Replied by Franz Wohlkönig on topic Another introtext for an article in category listings
Hi,

you can hide introtext in Itemview (but shown in Category View) and append another Paragraph formatted like Introtext.

Regards

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 1 month ago #141692 by Krikor Boghossian
Replied by Krikor Boghossian on topic Another introtext for an article in category listings
I would suggest using an extrafield.
You can render specific extrafields with this snippet :
<?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
<?php if(isset($this->item->extraFields->EXTRAFIELDALIASHERE->value)): ?>
	<?php echo $this->item->extraFields->EXTRAFIELDALIASHERE->name; ?>
	<?php echo $this->item->extraFields->EXTRAFIELDALIASHERE->value; ?>
<?php endif; ?>
<?php endif; ?>

More info can be found here: joomlaworks.net/forum/k2-en/31801-where-to-edit-k2-after-item-fields

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum