<mt:EntryAssets>

A container tag which iterates over a list of assets for the current entry in context. Supports all the attributes provided by the Assets tag.


Here is some Movable Type markup language to display the image assets associated with each entry:

 <mt:Entries>
  <$mt:Include module="Module-Containing-the-Entry-Title-Body-Etc"$>

  <mt:EntryAssets>
   <img src="<$mt:AssetThumbnailURL width="100"$>" alt="<$mt:AssetLabel$>" style="float: left; margin: 0 5px 5px 0" />
  </mt:EntryAssets>

 </mt:Entries>
This page was last updated on 2010-06-14, 16:47.

1 Note

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.