CaRP: Caching RSS Parser - Documentation
Item URL
| GPL |
Koi |
Evolution |
| >=3.3 |
>=3.3 |
>=3.3 |
Displaying the Item URL
To display the item URL, include the word "url" in your
iorder setting.
For example:
CarpConf('iorder','title,url');
Display formatting options
- biurl ("before item URL") : Specifies text and/or HTML to be displayed before the item URL.
- aiurl ("after item URL") : Specifies text and/or HTML to be displayed after the item URL.
Example
CarpConf('iorder','title,url');
CarpConf('biurl','<i>');
CarpConf('aiurl','</i><br />');