Not a developer? Go to MovableType.com

Documentation

PageTags

A container tag which create a context about the assigned tags. Analogous to EntryTags.

Attributes:

  • glue

    A string used to join the output of the separate iterations of this tag.

Example:

Listing out the page's tags, separated by commas:

    <mt:PageTags glue=", "><$mt:TagName$></mt:PageTags>
Back

1 Comment

Karina

Karina on December 6, 2014, 6:27 a.m. Reply

You can use the attribute include_private=”1” with this tag if you want private tags (the ones starting with @) to be included in the PageTags loop.