Templates: Junecode: author
This documentation was updated on Tuesday, February 24, 2009 at 3:22 AM
Inserts the author of the entry. It must appear inside of a <junecode:entries> tag.
Attributes
label: a text label to display before the author name. The default is none.
divider: the text to insert between the label and author name. The default is none.
block: true or false. When set to true, a <div> tag with the class “author” will be wrapped around the output. The default is true.
plain: true or false. When set to true, only the author name is inserted, and any other attributes are ignored.
Example
<h2><junecode:createlink href="" text="" emptytext="true" decode="true" /><junecode:author label=" by " block="false" /></h2>