Entries tagged with “commercial” 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  

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  

AuthorCustomFields

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

Feed

Type: block Example <mt:Feed uri="http://www.movabletype.org/atom.xml"> <h2><$mt:FeedTitle$></h2> <ul> <mt:FeedEntries> <li><a href="<$mt:FeedEntryLink encode_html="1"$>"><$mt:FeedEntryTitle$></a></li> </mt:FeedEntries> </ul> </mt:Feed>... Continue Reading  

EntryCustomFieldName

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

AuthorCustomFieldName

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

FeedEntries

This is a block tag to fetch entries from the specified feed. Example <mt:Feed uri="http://www.movabletype.org/index.xml"> <h2><$mt:FeedTitle$></h2> <ul> <mt:FeedEntries> <li><a href="<$mt:FeedEntryLink encode_html="1"$>"><$mt:FeedEntryTitle$></a></li> </mt:FeedEntries> </ul> </mt:Feed><mt:FeedEntries>... Continue Reading  

EntryCustomFieldDescription

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

AuthorCustomFieldDescription

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

FeedEntryLink

Type: function Example <mt:FeedEntryLink />... Continue Reading  

EntryCustomFieldValue

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

AuthorCustomFieldValue

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

FeedEntryTitle

Type: function Example <mt:FeedEntryTitle />... Continue Reading  

PageCustomFields

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

App:Fields

This template tag is used within the application to look over a set of custom fields assigned to or associated with an object or object type. Type: block Arguments blog_id object_type object_id... Continue Reading