21307 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 925 Views |
-
RSS Feed only displaying three entries of many

2 September 2009 at 11:00am
Despite setting up my RSS feed in ArticleHolder as in the tutorial, RSS readers are only picking up three of the items, when there are more than that. Any ideas? Thank you
-
Re: RSS Feed only displaying three entries of many

2 September 2009 at 6:31pm
The blog module has an RSS widget. Why don´t you use it?
-
Re: RSS Feed only displaying three entries of many

19 September 2009 at 10:13pm
Hi rceee,
Try this.
// Accepts an RSS feed URL and outputs a list of links from it
function RestfulLinks($url){
$delicious = new RestfulService($url);
$limit = 3;
$conn = $delicious->connect();
$result = $delicious->getValues($conn, "item");
return $result ->getRange(0,$limit);
}thisIsRam
| 925 Views | ||
|
Page:
1
|
Go to Top |



