Extend RSS Feed block to display item image

Re: Extend RSS Feed block to display item image

by Matthew Terentjevs -
Number of replies: 0
Had a bit of a progress. 
Worked out the block is using SimplePie library, so in public function get_feed in the block_rss_client.php , I have added -  $simplepieitem->get_enclosure(), this pulls RSS enclosure that contains media thumbnail to the $feed variable. 

Now need to work out, how to parse this further to the template file.  
Average of ratings: Useful (1)