post_title;
$post_author = get_userdata ($post->post_author)->display_name;
$feed_title = '[' . $blog_title . "] " . $post_title . " (publisher: " . $post_author . ')';
$post_content = $post->post_content;
$post_excerpt = $post->post_excerpt;
$feed_content = '';
$feed_excerpt = '';
$link = $post->guid;
$publishxhtml = true;
$count_posts = wp_count_posts ();
$published_posts = $count_posts->publish;
if (empty ($configuration['publish_extract']))
$feed_content = $post_content;
elseif (! empty ($post_excerpt))
{
$feed_excerpt = $post_excerpt;
$feed_excerpt .= '
' . __("Read the rest of this entry on the website.") . '';
}
else
{
$pattern = '/