Quantcast
Channel: Remove html/text from RSS feed description except images - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Ram Sharma for Remove html/text from RSS feed description except...

you can try with this to get all images from html code.preg_match_all('/<img[^>]+>/i',$html, $allimages); print_r($allimages);if you want image to be stored in string format then implode it...

View Article



Remove html/text from RSS feed description except images

I am setting up a blog with WordPress, that uses a plugin to import RSS feeds and automatically publish them to the blog, on a schedule.I only want to pull the images from the descriptions, not the...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images