<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 2012-12-16, 22:59.