Configure >> Feeds are not excluded to local RSS feeds of your site. Forexample you can add your Twitter or Pownce feed just as easily as adding a comments feed. Version: 1.5 Author: Dan Cameron Author URI: http://dancameron.org */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ function add_rss_header() { $option_feed1 = get_option("option_feed1"); $option_feed2 = get_option("option_feed2"); $option_feed3 = get_option("option_feed3"); $option_comment = get_option("option_comment"); $add_rss_feed1 = get_option("add_rss_1"); $add_rss_feed2 = get_option("add_rss_2"); $add_rss_feed3 = get_option("add_rss_3"); $addrss1desc = get_option("addrss1desc"); $addrss2desc = get_option("addrss2desc"); $addrss3desc = get_option("addrss3desc"); $permalink_comments_rss = get_option("comment"); ?>

" . __("Configuration updated.") . "

"; //updating stuff.. update_option("add_rss_1", $_POST["addrss1"]); update_option("add_rss_2", $_POST["addrss2"]); update_option("add_rss_3", $_POST["addrss3"]); update_option("addrss1desc", $_POST["rss1desc"]); update_option("addrss2desc", $_POST["rss2desc"]); update_option("addrss3desc", $_POST["rss3desc"]); update_option("option_feed1", $_POST["optaddrss1"]); update_option("option_feed2", $_POST["optaddrss2"]); update_option("option_feed3", $_POST["optaddrss3"]); update_option("option_comment", $_POST["optcomment"]); $option_feed1 = get_option("option_feed1"); $option_feed2 = get_option("option_feed2"); $option_feed3 = get_option("option_feed3"); $option_comment = get_option("option_comment"); $add_rss_feed1 = get_option("add_rss_1"); $add_rss_feed2 = get_option("add_rss_2"); $add_rss_feed3 = get_option("add_rss_3"); $addrss1desc = get_option("addrss1desc"); $addrss2desc = get_option("addrss2desc"); $addrss3desc = get_option("addrss3desc"); $url = get_option("home"); } ?>

Add RSS Plugin Options

/>




First Additional Feed

/>

(example: "RSS 2.0 - Comments" )

(example: "comments/feed/" or "http://feeds.dancameron.org/dancameron"" )

Second

/>



Third

/>