function add_featured_image_to_feed($content) {
global $post;
if (has_post_thumbnail($post->ID)) {
$content = '' . get_the_post_thumbnail($post->ID) . '
' . $content;
}
return $content;
}
add_filter('the_excerpt_rss', 'add_featured_image_to_feed');
add_filter('the_content_feed', 'add_featured_image_to_feed');
Tem alguma dúvida ou sugestão, ou então deseja contratar nossos serviços?