Not a developer? Go to MovableType.com

Documentation

IfIsAncestor

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

Attributes

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

Example

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