Page 1 of 1

RSS Feed With Description Hyperlinks

Posted: Sun Jan 17, 2021 4:29 pm
by montedavis
Hello,

I have followed instructions on how to set up an RSS feed and have two feeds generally working for news module. My question is can the call for the description {$item->description} return the description content with images and hyperlinks? and is there a way to user {foreach} loop to pull field data, e.g. a image field I added to the news module, into the RSS feed too? I have a request for an RSS Feed, but the feed does not provide all of the conten from the news module, because the images for the news detail page are custom field data and none of the hyperlinks work in the returned RSS feed content, because of {strip} code. I also tried using <![CDATA[]]> but could not get that to work.

Thanks for your help!

Examples below:

https://www.go-metro.com/news-releases-feed-xml

https://www.go-metro.com/news-releases-feed-verbose

Monte