=== Feeds in Theme plugin === Contributors: Eric Le Bail Donate link: # Tags: custom,custom feed,feed,feeds,rdf,rss,rss2,atom,plugin,theme,feeds in theme,feed in theme Requires at least: 2.6 Tested up to: 2.6.5 Stable tag: trunk Creates 4 feeds : 'trdf' 'trss', 'trss2' and 'tatom' highly customisable using theme template. == Description == Creates 4 feeds : trdf => rdf in theme (template : feed-rdf.php) trss => rss 1.0 in theme (template : feed-rss.php) trss2 => rss 2.0 in theme (template : feed-rss2-comments.php and feed-rss2.php) tatom => atom in theme (template : feed-atom-comments.php and feed-atom.php) Those feeds look for a feed template into the theme directory. If no template is found into the theme directory the feed uses the default wordpress feed template. == Installation == 1. Unzip into your `/wp-content/plugins/` directory. If you're uploading it make sure to upload the top-level folder. Don't just upload all the php files and put them in `/wp-content/plugins/`. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it! 4. you can use create your own feed template into your theme directory. == Frequently Asked Questions == I use this plugin into my own blog sucessfuly. If you have any problem / corrections let me now (do not forget to give me the WordPress version You have).