Hi,
Could you please take look into the
Tag cloud usage?
At the bottom is described how to achieve what you want to have - the Filed under. For this is used the repeater with transformation. For example on the sample community site is used this in the repeaters selected item transformation:
<div class="BlogPDateWhole">
Posted by <a href="~/Members/<%# BlogFunctions.GetUserName(Eval("NodeOwner")) %>.aspx"><strong><%# BlogFunctions.GetUserFullName(Eval("NodeOwner")) %></strong></a> on <span class="BlogPDate"><%# Eval("BlogPostDate") %></span></div><div class="BlogTagsWhole">
<%# IfEmpty(Eval("DocumentTags"),"","Filed under: " + BlogFunctions.GetDocumentTags(Eval("DocumentTagGroupID"), Eval("DocumentTags"), "~/Blogs/Blog-posts.aspx")) %></div>
I hope it makes more sense now.
Best Regards,
Juraj Ondrus