<mt:IfArchiveTypeEnabled>
A conditional tag used to test whether a specific archive type is published or not.
Attributes:
- type or archive_type
Specifies the name of the archive type you wish to check to see if it is enabled.
A list of possible values values for type can be found on the ArchiveType tag.
Example:
<mt:IfArchiveTypeEnabled type="Category-Monthly">
<!-- do something -->
<mt:Else>
<!-- do something else -->
</mt:IfArchiveTypeEnabled>

Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.