News

items as $item) { $href = $item['link']; $title = $item['title']; $body = $item['content']['encoded']; $author = $item['dc']['creator']; $category = $item['category']; $comment_url = $item['comments']; $raw_timestamp = $item['pubdate']; $unixtime = strtotime($raw_timestamp); $timestamp = date('g:i A T j F Y', $unixtime); echo "

$title

"; echo "

$body

"; echo "

Posted $timestamp by $author in $category  |  Comment on this!

"; } ?>