Welcome to MTTags.com. Hopefully, you'll discover that this a really easy place to find information about Movable Type Template Tags. If you think we could be doing something better, please let us know! If this is your first time here, be sure to stop by the information desk, because we've got a growing todo list that might already include what you were about to suggest.

<MTParentCategories>

A container tag that lists all the ancestors of the current category.

Attributes:

  • glue - This optional attribute is a shortcut for connecting each category label with its value. Single and double quotes are not permitted in the string.
  • exclude_current -This optional boolean attribute controls the inclusion of the current category in the list.

What is the default value of `exclude_current`? true or false? i'm assuming this is a boolean value. the current docs don't say.