Please select: Daily or Monthly
This month in Celebrity Birthdays:
include_once (ABSPATH . WPINC . '/rss.php');
if ( function_exists('fetch_rss') ) {
$url = "http://feeds.starpulse.com/CelebrityBirthdays";
$feed = fetch_rss($url);
$maxitems = 1500;
$items = array_slice($feed->items, 0, $maxitems);
if(!empty($items)) {
$i = 0;
foreach ($items as $item) {
$i++;
if($i&1) { $cssClass = “odd”;} else {$cssClass =”even”;}
echo ‘
echo ‘
$item['link'] = str_replace("&&", "&", $item['link']);
echo $item['link'];
echo '">‘;
echo $item['title'];
echo ‘
‘;
if (isset($item['description'])) {
echo ‘
‘.$item['description'].’
‘;
}
echo ‘
‘;
}
}
}
?>






