* rss graffiti ve feedburner yazılarda resim gösterme */function thumbnail_in_rssfeed($content) {global $post;if(has_post_thumbnail($post->id)) {$content = '' . Get_the_post_thumbnail($post->id) . '' . $content;}return $content;}add_filter('the_excerpt_rss', 'thumbnail_in_rssfeed');add_filter('the_content_feed', 'thumbnail_in_rssfeed');?>functions.php ekle