Skip to content

Category Archive Listing

Nick-smallworld edited this page Apr 28, 2011 · 1 revision
<mt:IfArchiveTypeEnabled archive_type="Category">
<div class="widget-archive widget-archive-category widget">
    <h3 class="widget-header"><__trans phrase="Categories"></h3>
    <div class="widget-content">
    <mt:TopLevelCategories>
        <mt:SubCatIsFirst>
        <ul>
        </mt:subcatisfirst>
        <mt:If tag="CategoryCount">
            <li><a href="<$mt:CategoryArchiveLink$>"<mt:If tag="CategoryDescription"> title="<$mt:CategoryDescription remove_html="1" encode_html="1"$>"</mt:if>><__trans phrase="[_1] ([_2])" params="<$mt:CategoryLabel$>%%<$mt:CategoryCount$>"></a>
        <mt:Else>
            <li><$mt:CategoryLabel$>
        </mt:if>
        <$mt:SubCatsRecurse$>
            </li>
        <mt:SubCatIsLast>
        </ul>
        </mt:subcatislast>
    </mt:toplevelcategories>
    </div>
</div>
</mt:ifarchivetypeenabled>
Clone this wiki locally