Not a developer? Go to MovableType.com

Documentation

PageFolder

A container tag which holds folder context relating to the page.

<mt:PageFolder>
    <$mt:FolderLabel$>
</mt:PageFolder>

Tip: Due to legacy taging the mt:EntryCategory function tag will output the same value as the mt:FolderLabel function tag when used in the context of a page. Unlike the mt:PageFolder tag which is block tag and must be used with the mt:FolderLabel tag.

Use this mtml

 <mt:If tag="EntryCategory" eq="Appendix: Configuration Directives">
   This main folder for this page is "Appendix: Configuration Directives".
   Confirmation using `mt:EntryCategory`: "<$mt:EntryCategory$>".
 </mt:If>
Back