NOTE: This documentation is for Movable Type 3.2. If you are using a newer version, please see the documentation for Movable type 3.3x or Movable Type Enterprise.
The name of the category of the archive in context. For use in Category archives only.
The number of entries in the archive in context.
The starting date of the archive in context. For use with the Monthly, Weekly, and Daily archive types only. Date format tags may be applied with the format attribute along with the language attribute. See Appendix C.
The ending date of the archive in context. For use with the Monthly, Weekly, and Daily archive types only. Date format tags may be applied with the format attribute along with the language attribute. See Appendix C.
The archive filename including file extension for the archive in context. This can be controlled through the archive mapping section of the weblog's Publishing settings screen.
Example: For the URL http://www.example.com/categories/politics.html, the MTArchiveFile tag would output "politics.html".
An absolute URL to the archive in context.
A container tag representing a list of all the archive pages of a certain type.
Attributes:
archive_type - An optional attribute that specifies the type of archives to list. Recognized values are "Monthly," "Weekly," "Daily," "Individual" and "Category." The default is to list the Preferred Archive Type specified in the weblog settings.lastn - An optional attribute that can be used to limit the number of archives in the list.The contents of this container tag will be displayed when the last archive listed by a MTArchiveList tagset is reached.
The contents of this container tag will be displayed when the first archive listed by a MTArchiveList tagset is reached.
A container tag that creates a context to the "next" archive in date-based archives (cannot be used in category archives).
Attributes:
archive_type - Specifies the "next" archive type the context is for. Recognized values are "Monthly," "Weekly," "Daily," and "Individual". The default is the current archive type.A container tag that creates a context to the "previous" archive in date-based archives (cannot be used in category archives).
Attributes:
archive_type - Specifies the "previous" archive type the context is for. Recognized values are "Monthly," "Weekly," "Daily," and "Individual". The default is the current archive type.A container tag representing a list of all the enabled archive types in a weblog.
A descriptive title of the current archive. The value returned from this tag will vary based on the archive type:
The language-dependent archive type (e.g. Category, Individual, Daily, Weekly or Monthly) for the archive in context.
Produces a file name and path using the archive file naming specifiers. See Appendix E.
Attributes:
format - A required attribute that defines the template with a string of specifiers.A conditional tag used to test whether a given archive type is enabled for publishing.
Attributes:
archive_type - Required. Specifies the type to test the archive in context against. Recognized values are "Monthly," "Weekly," "Daily," "Individual" and "Category."An absolute URL to the index template in context. For use within MTIndexList.
A container that lists all the active index templates.
Are there any attributes to this container?
The name of the index template in context. For use within MTIndexList.