Keyword

Show selected extra fields in tag listing

  • Voiceconnect Internet Solutions
  • Voiceconnect Internet Solutions's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 10 months ago #120596 by Voiceconnect Internet Solutions
Show selected extra fields in tag listing was created by Voiceconnect Internet Solutions
i am using this: getk2.org/community/New-to-K2-Ask-here-first/13596-Show-selected-extra-fields-in-category-listing
for my category listing.

is it possible to do this in the tag listing page tag.php - i tried but it does not seem to work?

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #120597 by Yiota
The code you are using in the tags.php should be
<div class="farmprice"> 
<?php echo $item->extraFields->PriceinRmil->name; ?> <?php echo ' : '; ?> 
<?php echo $item->extraFields->PriceinRmil->value; ?> 
</div> 

try it and let me know.

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

  • Voiceconnect Internet Solutions
  • Voiceconnect Internet Solutions's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 10 months ago #120598 by Voiceconnect Internet Solutions
Replied by Voiceconnect Internet Solutions on topic Re: Show selected extra fields in tag listing
i tried, but it does not bring in anything?

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #120599 by Yiota
Check that you have the option for the Extra fields enabled for the tag view through the K2 parameters.

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

  • Voiceconnect Internet Solutions
  • Voiceconnect Internet Solutions's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 10 months ago #120600 by Voiceconnect Internet Solutions
Replied by Voiceconnect Internet Solutions on topic Re: Show selected extra fields in tag listing
jip - that was it - thanks working fine now!

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


Powered by Kunena Forum