channel->item as $item){
// create variables from the title and description (can also be used for images and links)
$title = $item->title;
$link = $item->link;
$description = $item->description;
$enclosure = $item->enclosure['url'];
// displays the title and description on your website, formatted any way you want
echo '
';
}}
?>