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:
- install plugin feed wrangler or ozh better feed
- use 3rd party service feedburner
- hook feed using various php functions
- or edit feed output
Comments
Post a Comment