tag name
- entry
- entry
tag name
- entry
tag name
- entry
- entry
etc
i had thought i could do something like
CODE
<mt:Tags>
<h3><mt:tagname></h3>
<ul class="bulletless">
<mt:entries>
<li><MTentrydatalocation>, <a href="<mt:entrypermalink>"><mt:entrytitle></a>, <mt:entrycategories><mt:entrycategory glue=", "></mt:entrycategories>, <mt:entrydate format="%Y"></li>
</mt:entries></ul>
</mt:Tags>
<h3><mt:tagname></h3>
<ul class="bulletless">
<mt:entries>
<li><MTentrydatalocation>, <a href="<mt:entrypermalink>"><mt:entrytitle></a>, <mt:entrycategories><mt:entrycategory glue=", "></mt:entrycategories>, <mt:entrydate format="%Y"></li>
</mt:entries></ul>
</mt:Tags>
but this doesn't work. is what i am trying to achieve possible?
