ID ) ) { $content = '
' . get_the_post_thumbnail( $post->ID, 'rss-thumb' ) . '
' . $content; } return $content; } add_filter( 'the_excerpt_rss', 'wws_include_feat_img_in_rss' ); add_filter( 'the_content_feed', 'wws_include_feat_img_in_rss' ); ?>