CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

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

Item Link

EvolutionLEKoiSE
AllAllAllAll
Displaying the Item Link/Title
The item title may be displayed either as plain text or as a hyperlink. To display it as plain text, include the word "title" in your iorder setting. To display it as a link, include the word "link" in your cborder or caorder setting. To display the URL of the link, but not as a link, refer to the item URL page. Examples:
CarpConf('iorder','title,date,desc');
or
CarpConf('iorder','link,date,desc');
Display formatting options
The following options apply whether your are displaying the title as plain text or as a link:
Example
CarpConf('iorder','link,desc');
CarpConf('bilink','<i>');
CarpConf('ailink','</i>');
CarpConf('maxititle',100);
CarpConf('atruncititle','...');
CarpConf('ilinktitles',0);
CarpConf('ilinkclass','myTextClassName');
CarpConf('ilinkstyle','text-decoration:none;color:#03c;');