One thing I just noticed, my RSS is set to only show the “summary” and the problem goes away when I set it to show the whole post in the RSS feed. So it’s something to do with that – it duplicates the RSS footer when it’s set to “before” and your RSS is set to “summary only.”
I know this is a hack but I don’t have time at the moment to dig in any deeper right now. I put this code in the rss-footer.php file on line 151:
$temp_remove = strip_tags($rssfootcontent);
$content = str_replace($temp_remove,"",$content);
Here’s the code in my textarea. It looks like it got cut off in my original message.
<strong>Read '%%POSTLINK%%' at <a href="http://www.sellingyourscreenplay.com">http://www.SellingYourScreenplay.com</a>.</strong>
Sorry – please ignore my post above. I modified the template and messed something up along the way. My bag.
The issue is resolved!