Go to main content

Author email

Contents

Syntax

<txp:author_email />

The author_email tag is a single tag that is used to return the email address of the author of the currently displayed article.

Attributes

Tag will accept the following attributes (case-sensitive) as well as the global attributes :

escape="html"
Escape HTML entities such as <, > and &.
Values: See the tag escaping documentation for all possible values.
Default: html.
link="boolean"
Make text a mailto: link.
Values: 0 (no) or 1 (yes).
Default: 0.

Examples

<p>
    <txp:author_email />
</p>
<txp:author_email link="1" />

Genealogy

Version 4.5.0

Tag support added.

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)