Podcast


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 '

'.$title.'[audio:'.$enclosure.']'.$description.'

';
}}
?>

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert