Skip to content

Instantly share code, notes, and snippets.

@Yiannistaos
Last active June 6, 2019 23:41
Show Gist options
  • Save Yiannistaos/00673889c53c8bb061d5a55e9d0f0ddf to your computer and use it in GitHub Desktop.
Save Yiannistaos/00673889c53c8bb061d5a55e9d0f0ddf to your computer and use it in GitHub Desktop.
How to display the multiple categories at K2 User's page? (FIND)
<div class="userItemCategory">
<span><?php echo JText::_('K2_PUBLISHED_IN'); ?></span>
<a href="/<?php echo $item->category->link; ?>"><?php echo $item->category->name; ?></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment