
By markp2000 on
Does any one know how to replace the node link with the actual article link.
<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://parrishconsultinggroup.com/candidate-feed" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Candidate Feed</title>
<link>http://parrishconsultinggroup.com/candidate-feed</link>
<description></description>
<language>en</language>
<item>
<title>Districts Bracing for Open Enrollment (Register Guard)</title>
<link>http://parrishconsultinggroup.com/node/3</link>
<description><div class="field field-name-field-articlelink field-type-link-field field-label-above"><div class="field-label">Article Link:&nbsp;</div><div class="field-items"><div class="field-item even"><a href="http://www.registerguard.com/web/updates/27145078-55/students-districts-district-schools-transfer.html.csp" rel="nofollow">Districts Bracing for Open Enrollment (Register Guard)</a></div></div></div><div class="field field-name-field-date field-type-datetime field-label-above"><div class="field-label">Article Date:&nbsp;</div><div class="field-items"><div class="field-item even"><span class="date-display-single" property="dc:date" datatype="xsd:dateTime" content="2011-12-19T00:00:00-08:00">Monday, December 19, 2011</span></div></div></div></description>
<pubDate>Mon, 19 Dec 2011 22:15:19 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">3 at http://parrishconsultinggroup.com</guid>
<comments>http://parrishconsultinggroup.com/node/3#comments</comments>
</item>
</channel>
</rss>
Mark
Comments
Possible Answer
I think I found the answer.
http://www.midwesternmac.com/blogs/jeff-geerling/changing-rss-feed-item-...
Solution
The before mentioned link worked perfectly. Remember to clear your cache.
I created a custom module. My custom content type had a field_articlelink field I used to swap out with the nodal link.
Also replace machine_name_here with the content type you are trying to modify.
Mark