Keyword

ExtraField - Display on Frontpage

  • Reinhard Sacher
  • Reinhard Sacher's Avatar Topic Author
  • Offline
  • New Member
More
7 years 5 months ago #161403 by Reinhard Sacher
ExtraField - Display on Frontpage was created by Reinhard Sacher
I can show an extraField on items-page (item.php) with
<?php if($this->item->extraFields->titletag->value != ''): ?>
			<div class="itemExtraFieldswrapper">
			<div class="itemExtraFieldsValue"><?php echo $this->item->extraFields->titletag->value; ?></div>
			</div>
		<?php endif; ?>


But not on Frontpage (category_item.php)
there a
<?php var_dump( $this->item->extraFields);?>
returns NULL

How do I include the extraFields-Object in that page..?

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 5 months ago - 7 years 5 months ago #161415 by Krikor Boghossian
Replied by Krikor Boghossian on topic ExtraField - Display on Frontpage
Make sure that you have enabled the extrafields in the category's settings.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Last edit: 7 years 5 months ago by Krikor Boghossian.

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


Powered by Kunena Forum