Wie füge ich dem RSS-Artikel-Tag ein Bild mit einem Beitrag hinzu?
Ich kann dem RSS-Feed wie folgt ein Bild mit einem Beitrag hinzufügen: function insertThumbnailRSS($content) { global $post; if(has_post_thumbnail($post->ID)){ $content = ''.get_the_post_thumbnail($post->ID, 'thumbnail', array('alt' => get_the_title(), 'title' => get_the_title(),...