Support how do i add tags to [8WR] XenPorta 2 (Portal) PRO article cards

zenzenx

Registered
how to i get tags from this
MzlCQjH.png
to show on the xenporta page
QajkojC.png
much help is really appreciated :)



"i did try to figure it out myself by grabbing the code of thread tags ie
<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>
And putting it in EWRporta_articles_index template but it did nothing.
 
Back
Top Bottom