NOTE: for people who want to use an RSS reader, here is the rss.xml
channel->item); // Sort the items by pubDate usort($items, function($a, $b) { return strtotime($b->pubDate) - strtotime($a->pubDate); }); // Loop through the sorted items and display them foreach ($items as $item) { // Add a box around the article echo '