I am trying to add category-specific links to items in my RSS feed.
I have a PHP script on my single post PHP page to display a certain link if a post is in a certain category. However, I can't figure out how to replicate this in the RSS feed. In other words, how do I add the same PHP to my RSS feed such that that if a post is in a specific category it will display that link?
I was thinking of trying to put the PHP script inside "the_content" but I am not sure if that is possible.
Thanks much for any help.