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

About this user

Jesse Newland http://jnewland.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Movable Type Navigation

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.

   1  
   2  <MTSubCategories>
   3  <MTIfIsDescendant parent="Articles">
   4  <MTIfEqual a="[MTCategoryLabel]" b="Articles">
   5  <MTSubCatsRecurse>
   6  <MTElse>
   7  <MTSubCatIsFirst><ul class="leftnav"></MTSubCatIsFirst>
   8  <li><strong><a href="<MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a><MTSubCatsRecurse></strong></li>
   9  <MTSubCatIsLast></ul></MTSubCatIsLast>
  10  </MTElse>
  11  </MTIfEqual>
  12  </MTIfIsDescendant>
  13  </MTSubCategories>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS