Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Movable Type Navigation (See related posts)

This will generate nested unordered lists of links to all category and sub-category archives that are descendants of the "Articles" category, but not a link to the "Articles" category itself. Requires the wonderful Compare plugin.

<MTSubCategories>
<MTIfIsDescendant parent="Articles">
<MTIfEqual a="[MTCategoryLabel]" b="Articles">
<MTSubCatsRecurse>
<MTElse>
<MTSubCatIsFirst><ul class="leftnav"></MTSubCatIsFirst>
<li><strong><a href="<MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a><MTSubCatsRecurse></strong></li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTElse>
</MTIfEqual>
</MTIfIsDescendant>
</MTSubCategories>

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts