Wordpress RSS feed with custom description? -


is there nice , simple way add filter wordpress rss feed functions? want insert custom text <description> tag of rss2 feed , <summary> tag of atom feed. there easy way that?

i don't have templates feeds in theme (like wp-rss2.php or wp-atom.php). i've added normal

<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> atom feed" href="<?php bloginfo('atom_url'); ?>" /> 

to <head>

any idea how can influence description , summary of feeds?

there's several options depending on comfort/experience level:


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -