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.
with_index (default: 0) - Controls whether or not the index filename (ie: index.html) is included at the end of the link. The index filename defaults to 'index' but can be set using the IndexBasename config directive.archive_type - Lets you specify a specific archive type for producing the permalink. Valid types are "Monthly", "Daily", "Weekly", "Category" and "Individual". If the archive type requested is not supported for the blog, this will result in an error.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.sort_order - An optional attribute that specifies the sort order of the archives in the list. It is effective within the following archives: Daily archive, Weekly archive, Monthly archive, Individual Entry archive. Recognized values are "ascend" and "descend".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 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.
A container tag representing a list of all the enabled archive types in a weblog.
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.