Not a developer? Go to MovableType.com

Documentation

IfIsDescendant

Conditional tag that is true when the category in context is a child category of the specified “parent” attribute.

Attributes

  • parent (required): The label of a category in the current blog.

Example

    <mt:IfIsDescendant parent="Featured">
        (category in context is a child category
        to the 'Featured' category.)
    </mt:IfIsDescendant>
Back