Not a developer? Go to MovableType.com

Documentation

EntryPrimaryCategory

A container tag that lists the primary category to which the entry is assigned.

Examples

<mt:Entries>
  <mt:EntryPrimaryCategory><$mt:CategoryLabel$></mt:EntryPrimaryCategory>
  or
  <mt:EntryCategories type="primary"><$mt:CategoryLabel$></mt:EntryCategories>

</mt:Entries>
Back