EntryAuthorUserpicAsset
This template tag is a container tag that puts the current author's userpic asset in context. Because userpics are stored as assets within Movable Type, this allows you to utilize all of the asset-related template tags when displaying a user's userpic.
Example
<ul><mt:Entries>
<mt:EntryAuthorUserpicAsset>
<li>
<img src="<mt:AssetThumbnailURL width="20" height="20">" width="20" height="20" />
</li>
</mt:EntryAuthorUserpicAsset>
</mt:Entries></ul>

Leave a note