Hello,
I am using the Wordpress Yet Another Related Posts Plugin to display the related posts in the RSS Feed. I also want to add additional info to the footer of RSS. However, the information that I add using add_filter() in functions.php is showing above the related posts. I want it ti display after the related posts. I concluded that the functions from the WP plugins are called after the ones from functions.php.
Is there a way to change that? I just don't want to edit the YARPP plugin to add my info. I want to make the change the professional way.
Any ideas?