I’m trying to tailor an RSS feed so that it can be used to generate a newsletter via Digesto/Marketo. I’ve tried adding a custom RSS template to the site’s theme – and it worked – but I can’t seem to lose the site link that is added below each post. The post links are really all we need.
The link is being inserting just inside of the closing description tag. The code in my template that adds the description is:
<description><![CDATA[<?php the_excerpt_rss(); ?>]]></description>
My RSS template is a variation of wp-includes/feed-rss2.php, which uses the same code snippet.
There doesn’t seem to be a way to edit the output of the_excerpt_rss – if that’s even the culprit. Any help would be greatly appreciated!