image_pdfimage_print

/*
Template Name: Custom Feed
*/

$numposts = 10;

function yoast_rss_date( $timestamp = null ) {
$timestamp = ($timestamp==null) ? time() : $timestamp;
echo date(DATE_RSS, $timestamp);
}

function yoast_rss_text_limit($string, $length, $replacer = ‘…’) {
$string = strip_tags($string);
if(strlen($string) > $length)
return (preg_match(‘/^(.*)\W.*$/’, substr($string, 0, $length+1), $matches) ? $matches[1] : substr($string, 0, $length)) . $replacer;
return $string;
}
$posts = query_posts(‘showposts=’.$numposts);
$lastpost = $numposts – 1;
header(“Content-Type: application/rss+xml; charset=UTF-8”);
echo ‘‘;
?>

Dr Lorraine E-mail Updatehttp://www.drlorraine.net/mailchimp The latest blog posts from DrLorraine.net.
en-us post_date_gmt) ); ?> post_date_gmt) ); ?>
newsletters@drlorraine.net



ID).'”>’.get_the_title($post->ID).’‘.’]]>’; ?> post_date_gmt) ); ?> ID); ?>