Hi there,
I've read Jenny's solution on adding thumbnail but would like to know in specific location of adding those codes to wp-rss-aggregator.php.
I'm not so sure of where to insert the following codes to wp-rss-aggregator.php?
1) preg_match_all('/<img([^>]*)>/i', $item->get_content(), $matches);
// Get all of the image tags
2) $all_images = $matches[0];
Could anyone please guide me on these? Many thanks.