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 URL
Evolution | LE | Koi | SE |
All | All | >=3.3 | >=3.3 |
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 />');