Not a developer? Go to MovableType.com

Documentation

CategoryArchiveLink

Deprecated: Use <$mt:ArchiveLink$>

A link to the archive page of the current category. Should be used in the context of a Category archive template.

Example

In a Category-Monthly archive template, use the following code to create a link the name of the current category to the main category page:

<a href="<$mt:CategoryArchiveLink$>">Main page for <$mt:CategoryName$> category</a>
Back