"; echo "
| ";
echo "" . $rss->channel['title'] . " "; foreach ($rss->items as $item) { // specify the URL to the source for the feed $href = $item['link']; $title = $item['title']; echo " $title "; $c = $item['c']; if ( isset( $c['thumbnail_image_width'] ) && isset( $c['thumbnail_image_height'] ) && isset( $c['thumbnail_image_url'] ) ) { echo " " . $average_rating_unit . " "; } if ( isset( $c['description_text'] ) ) { echo $c['description_text'] . " more"; } echo " "; } echo ""; echo " |