Azaly
Active member
Hello! Is it possible to put tag cloud from tag_search template
to another place? I've tried but nothing showing. Please, help .
Code:
<xen:if is="{$tagCloud}">
<div class="section">
<h3 class="textHeading">{xen:phrase most_popular_tags}</h3>
<ul class="tagCloud">
<xen:foreach loop="$tagCloud" key="$tagId" value="$tag">
<li><a href="{xen:link tags, $tag}" class="tagCloudTag tagCloudTag{$tagCloudLevels.{$tagId}}">{$tag.tag}</a></li>
</xen:foreach>
</ul>
</div>
</xen:if>
to another place? I've tried but nothing showing. Please, help .