Author Lists

The <AuthorList> container can be used on any template and prints a list of the blog's authors. The syntax is:


<AuthorList>
   <$AuthorName$>
   <$AuthorURL$>
   <$AuthorEmail$>
   <$AuthorDetails$>
</AuthorList>


The AuthorList container can take the following attributes…

The AuthorList container has four inner tags. These tags only have meaning between <AuthorList> and </AuthorList>

<$AuthorName$> - Replaced with the name of the author

<$AuthorURL$> - Replaced with the author's homepage URL.

<$AuthorEmail$> - Replaced with the author's email address.

<$AuthorDetails$> - Replaced with the author's detials.