St. Stephen's Sermon Archive
From St. Stephen's Church, Ridgefield, CT
"Go into all the world and preach the gospel to all creation."
Podcast
To load this list into your RSS reader, tap this icon:
Sermon Archive
Our archive contains nearly every sermon preached at St. Stephen's since April, 2011.
Sermons are listed below, newest to oldest. Click on the title of a sermon to listen.
load('http://stephen.echolink.org/sermons.xml'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'author' => $node->getElementsByTagName('author')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('enclosure')->item(0)->getAttribute('url'), 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } foreach ($feed as $feeditem) { $title = str_replace(' & ', ' & ', $feeditem['title']); $link = $feeditem['link']; $description = $feeditem['author']; $date = date('l F d, Y', strtotime($feeditem['date'])); echo ''.$title.'
';
echo "".$date." — ";
echo ''.$description.'