Not a developer? Go to MovableType.com

Documentation

CategoryID

The numeric system ID of the category.

Example

List categories with category IDs:

<dl>
<mt:Categories>
    <dt>
        <$mt:CategoryLabel$>
    </dt>
    <dd>
        <$mt:CategoryID$>
    </dd>
</mt:Categories>
</dl>
Back