how to set links in rss feed to external urls.

Permalink
Hello All,

Hope you are doing fine!

I have generated RSS feeds from my concrete5 site.
Currently all the links in my RSS feed(http://10.79.62.148:8383/index.php/rss/funding_opp) are linked to their corresponding pages in concrete5 site.
My requirement is that I want some of the links in the rss feed to target an external URL other than the parent site.

Any help would be great!

Thanks,
Saurabh

 
saurtrip replied on at Permalink Reply
Any help??
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi saurtrip,

I don't believe this is a default concrete5 feature. It sounds like you may need a custom approach to generate the feed.

How and where are you generating the RSS feeds?

RSS feeds are handled using Zend Feed.
http://framework.zend.com/manual/2.2/en/modules/zend.feed.introduct...

The Page List block uses a core class for handling feeds.
http://documentation.concrete5.org/api/class-Concrete.Core.Page.Fee...

The Page List block controller works with feed information.
https://github.com/concrete5/concrete5/blob/develop/web/concrete/blo...
saurtrip replied on at Permalink Reply
Hi MrKDilkington,

Thank you for your reply.

I am generating RSS feed by creating a blog type page with a page list block on it.

Thanks,
Saurabh