
Immagine nei feed rss in un tema wordpress Per visualizzare l’immagine nei FEED RSS basta aggiungere nel file function.php del proprio tema la funzione di richiamo della prima immagine del post: function get_my_first_image() { global $post, $posts; $my_first_img = ”; if (strpos($post->post_content, ‘<img’) != false) { preg_match(‘/http:\/\/[^"]+(gif|jpg|jpeg|png)/Ui’, $post->post_content, $matches_ima) ; $my_first_img=$matches_ima[0]; } return $my_first_img; } Fatto questo vai nella … ">">" rel="bookmark" title="" style="float:right"; >→Continua a leggere