ID ) ) $content = get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'alt' => get_the_title(), 'title' => get_the_title(), 'style' => 'float:right;' ) ) . '' . $content; } return $content; } add_filter( 'the_excerpt_rss', 'horshipsrectors_rss_thumbnail' ); add_filter( 'the_content_feed', 'horshipsrectors_rss_thumbnail' );