Entries tagged with “custom field” from Movable Type Documentation

VideoCustomFields

This container tag iterates, or loops, over the list of custom fields associated with a video type asset. See mt:EntryCustomFields for more details. <mt:VideoCustomFields> <ul> <mt:IfNonEmpty tag="CustomFieldValue"> <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li> </mt:IfNonEmpty> </ul> </mt:VideoCustomFields> Attributes exclude="TEXT1 TEXT2" Custom field name of the... Continue Reading  

ImageCustomFields

This container tag iterates, or loops, over the list of custom fields associated with a image type asset. See mt:EntryCustomFields for more details. <mt:ImageCustomFields> <ul> <mt:IfNonEmpty tag="CustomFieldValue"> <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li> </mt:IfNonEmpty> </ul> </mt:ImageCustomFields> Attributes exclude="TEXT1 TEXT2" Custom field name of the... Continue Reading  

FileCustomFields

This container tag iterates, or loops, over the list of custom fields associated with a file type asset. See mt:EntryCustomFields for more details. <mt:FileCustomFields> <ul> <mt:IfNonEmpty tag="CustomFieldValue"> <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li> </mt:IfNonEmpty> </ul> </mt:FileCustomFields> Attributes exclude="TEXT1 TEXT2" Custom field name of the... Continue Reading  

CommentCustomFields

This container tag iterates, or loops, over the list of custom fields associated with a comment. See mt:EntryCustomFields for more details. <mt:CommentCustomFields> <ul> <mt:IfNonEmpty tag="CustomFieldValue"> <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li> </mt:IfNonEmpty> </ul> </mt:CommentCustomFields> Display custom fields on the comment form You can use... Continue Reading  

BlogCustomFields

This container tag iterates, or loops, over the list of custom fields associated with a blog. See mt:EntryCustomFields for more details. : Attributes exclude="TEXT1 TEXT2" Custom field name of the field you wish to exclude from the loop. Related mt:EntryCustomFields... Continue Reading  

AudioCustomFields

This container tag iterates, or loops, over the list of custom fields associated with an audio type asset. See mt:EntryCustomFields for more details. <mt:AudioCustomFields> <ul> <mt:IfNonEmpty tag="CustomFieldValue"> <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li> </mt:IfNonEmpty> </ul> </mt:AudioCustomFields> Attributes exclude="TEXT1 TEXT2" Custom field name of the... Continue Reading  

CustomFieldIsRequired

A conditional tag that is true when the custom field has been configured as required.... Continue Reading  

Movable Type Themes

Each website and blog has its own purpose. There are personal blogs that share stories and photos, business blogs promoting products, store sites with information for potential customers, company PR blogs distributing press releases, and more. Movable Type Themes for... Continue Reading  

PageCustomFieldValue

Deprecated: Same as mt:CustomFieldValue. See EntryCustomFields for more info. This will display the value of the current custom field in context.... Continue Reading  

CustomFieldValue

Returns the value selected or data entered on the "Edit" screen for the object in context. <$mt:CustomFieldValue$> See mt:EntryCustomFields for more documentation. Related Guide to Custom Fields... Continue Reading  

CategoryCustomFields

This container tag iterates, or loops, over the list of custom fields associated with an category. See mt:EntryCustomFields for more details. <mt:Categories> <mt:CategoryCustomFields> <$mt:CustomFieldName$> </mt:CategoryCustomFields> </mt:Categories> Attributes exclude Custom field name of the field you wish to exclude from the... Continue Reading  

CustomFieldHTML

Returns the html necessary to place this field in a blog-side Create Entry form for the object in context. <$mt:CustomFieldHTML$> See mt:EntryCustomFields for more documentation. Form elements are prefilled with with the default values specified when custom fields are defined.... Continue Reading  

CategoryCustomFieldName

Deprecated: Same as mt:CustomFieldValue. See EntryCustomFields for more info. This will display the value of the current custom field in context.... Continue Reading  

CategoryCustomFieldDescription

Deprecated: Same as mt:CustomFieldDescription. See EntryCustomFields for more info. This will display the description of the current custom field in context.... Continue Reading  

CategoryCustomFieldValue

Deprecated: Same as mt:CustomFieldValue. See EntryCustomFields for more info. This will display the value of the current custom field in context.... Continue Reading  

FolderCustomFields

This container tag iterates, or loops, over the list of custom fields associated with an folder. See mt:EntryCustomFields for more details. <mt:Folders> <mt:FolderCustomFields> <$mt:CustomFieldName$> </mt:FolderCustomFields> </mt:Folders> Attributes exclude Custom field name of the field you wish to exclude from the... Continue Reading  

FolderCustomFieldName

Deprecated: Same as mt:CustomFieldValue. See EntryCustomFields for more info. This will display the value of the current custom field in context.... Continue Reading  

FolderCustomFieldDescription

Deprecated: Same as mt:CustomFieldDescription. See EntryCustomFields for more info. This will display the description of the current custom field in context.... Continue Reading  

FolderCustomFieldValue

Deprecated: Same as mt:CustomFieldValue. See EntryCustomFields for more info. This will display the value of the current custom field in context.... Continue Reading  

EntryCustomFields

This container tag iterates, or loops, over all custom fields associated with an entry. <mt:Entries> <mt:EntryCustomFields> <$mt:CustomFieldName$> </mt:EntryCustomFields> </mt:Entries> Filter the list of fields using the include or exclude attributes. Attributes include Value is the name of the custom fields... Continue Reading