set_feed_url('http://simplepie.org/blog/feed/'); // Run SimplePie. $feed->init(); // This makes sure that the content is sent to the browser as text/html and the UTF-8 character set (since we didn't change it). $feed->handle_content_type(); // Let's begin our XHTML webpage code. The DOCTYPE is supposed to be the very first thing, so we'll keep it on the same line as the closing-PHP tag. ?> Sample SimplePie Page

get_title(); ?>

get_description(); ?>

get_items() as $item): ?>

get_title(); ?>

get_description(); ?>

Posted on get_date('j F Y | g:i a'); ?>