CaRP: Caching RSS Parser - Documentation
Item Author
| Evolution | LE | Koi | SE |
| All | All | All | n/a |
Displaying the Item Author
To display the item author, include the word "author" in your
iorder setting.
For example:
CarpConf('iorder','title,author,desc');
Display formatting options
- biauthor ("before item author") : Specifies text and/or HTML to be displayed before the item author.
- aiauthor ("after item author") : Specifies text and/or HTML to be displayed after the item author.
Example
CarpConf('iorder','title,author');
CarpConf('biauthor','<i>Posted by ');
CarpConf('aiauthor','</i><br />');