CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Item Author
| Evolution | LE | Koi | SE |
| All | All | All | n/a |
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 />');