Keyword

add social buttons to Latest items page

  • Carin Handsun
  • Carin Handsun's Avatar Topic Author
  • Offline
  • New Member
More
11 years 9 months ago #108222 by Carin Handsun
add social buttons to Latest items page was created by Carin Handsun
Hello! I have a front page , menu is Latest items from category, I am assuming this is pulling from category_item.php. I would like the social buttons from the parameters to show in each item exerpt (I have used custom code from Add This in the parameters). www.justice-integrity.org/k2/. if you click on the title the item displays the social sharing and authors name perfectly. I did not see an option in the menu configurations to add either social buttons nor authors name to these displays.

I tried adding this to the template, but nothing changed:
<?php if($this->item->params->get('itemSocialButton') && !is_null($this->item->params->get('socialButtonCode', NULL))): ?>
					<!-- Item Social Button -->
					<li>
						<?php echo $this->item->params->get('socialButtonCode'); ?>
					</li>
					<?php endif; ?>

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


Powered by Kunena Forum