Not a developer? Go to MovableType.com

Documentation

AuthorUserpic

This template tags returns a complete HTML <img> tag representing the current author's userpic. For example:

    <img src="http://www.yourblog.com/path/to/userpic.jpg"
        width="100" height="100" />
Back