Not a developer? Go to MovableType.com

Documentation

PageAuthorLink

A linked version of the author's user name, using the author URL if provided in the author's profile. Otherwise, the author name is unlinked. This tag uses the author URL if available and the author email otherwise. If neither are on record the author name is unlinked.

Attributes:

  • show_email

    Specifies if the author's email can be displayed. The default is false (0).

  • show_url

    Specifies if the author's URL can be displayed. The default is true (1).

  • new_window

    Specifies to open the link in a new window by adding "target=_blank" to the anchor tag. See example below. The default is false (0).

Examples:

    <$mt:PageAuthorLink$>

    <$mt:PageAuthorLink new_window="1"$>
Back