Not a developer? Go to MovableType.com

Documentation

SubCatIsLast

The contents of this container tag will be displayed when the last category listed by a mt:SubCategories loop tag is reached.

<mt:SubCategories>
    <mt:SubCatIsLast>
        <!-- do something -->
    <mt:else>
        <!-- do something else -->
    </mt:SubCatIsLast>
</mt:SubCategories>

Use mt:SubCatIsFirst for conditioning content at the beginning of the loop.

Examples

See mt:SubCategories loop tag for more examples.

block, categories, category, conditional, last

Back