Not a developer? Go to MovableType.com

Documentation

CategoryPrevious

A container tag which creates a category context of the previous category relative to the current entry category or archived category.

<mt:CategoryPrevious>
    <a href="<$mt:ArchiveLink archive_type="Category"$>"><$mt:CategoryLabel$></a>
</mt:CategoryPrevious>

If the current category has sub-categories, then CategoryPrevious will generate a link to the previous sibling category.

See mt:CategoryNext for more documentation on this tag.

Attributes

show_empty

Specifies whether categories with no entries assigned should be counted.

Example

See mt:CategoryNext for more examples of mt:CategoryPrevious usage.

Back