<mt:WebsiteCustomFields>

This container tag iterates, or loops, over the list of custom fields associated with a website.

See mt:EntryCustomFields for more details.

<mt:WebsiteCustomFields>
  <ul>
    <mt:IfNonEmpty tag="CustomFieldValue">
    <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li>
    </mt:IfNonEmpty>
  </ul>
</mt:WebsiteCustomFields>

Attributes

  • exclude="TEXT1 TEXT2"

Custom field name of the field you wish to exclude from the loop.

This page was last updated on 2012-06-10, 22:50.