- Thread starter
- #1
how to i get tags from this
to show on the xenporta page
much help is really appreciated 
"i did try to figure it out myself by grabbing the code of thread tags ie


"i did try to figure it out myself by grabbing the code of thread tags ie
And putting it in EWRporta_articles_index template but it did nothing.<xf:if is="$xf.options.enableTagging AND ($thread.canEditTags() OR $thread.tags)">
<li>
<xf:macro template="tag_macros" name="list"
arg-tags="{$thread.tags}"
arg-tagList="tagList--thread-{$thread.thread_id}"
arg-editLink="{{ $thread.canEditTags() ? link('threads/tags', $thread) : '' }}" />
</li>
</xf:if>