'.$rss->channel->title.''; // channel title + img with src foreach($rss->channel->item as $item) { if ($i < 1000) { // parse only 10 items print '
  • '.$item->description.'
  • '; } $i++; } ?>