" . $rssfootcontent . "
\n" . $content; } else { $content = $content . "" . $rssfootcontent . "
\n"; if($options['postlink']) { $content = $content . "".$postlink."
\n"; } } } return $content; } add_filter('the_content', 'embed_rssfooter'); add_filter('the_excerpt_rss', 'embed_rssfooter'); ?>