=== Feeds a la carte === Contributors: kwiliarty Donate link: none Tags: post categories, feeds, subscriptions Requires at least: 2.8 Tested up to: 2.9.2 Stable tag: 0.5 NO LONGER SUPPORTED. Lists (post) categories used on your blog in a table with links to subscribe to topic feeds using popular on-line feed readers. == Description == You add a shortcode to your page or post and the plugin will render it as a table of your feeds with buttons for RSS, Google, Bloglines, and Yahoo. You can configure the listing to a certain extent. At present the listing is ordered alphabetically by the category URL. Provided your feed URL's follow the usual pattern, this ordering will also reflect the hierarchical structure of your categores. Sub-categories will be indented below their parent. == Installation == 1. Install from the repository at WordPress.org Or... 1. Download the zipped plugin 1. Unzip it and put the folder in your wp-contents/plugins folder == Frequently Asked Questions == = Why this plugin? = This is a lightweight plugin that will make it easy for your readers to subscribe to targeted RSS feeds. Useful for newsletters and announcements, for example. = What are the limitations? = The only ordering option currently available is alphabetical-hierarchical. The plugin actually orders the feeds based on the category URLs. If you are doing something unusual with your category URLs you may find that plugin does not order your feeds in the expected way. I do hope to make that more robust in the future. = Are you offering support for this plugin? = No. == Screenshots == 1. This screenshot at feeds-screenshot.png shows a listing generated by the plugin with chicklets for subscription via various services. == Upgrade Notice == = 0.5 = Now includes a (suppressable) first row link to the global site feed. = 0.3 = Fixes problem with basic category links Tightens up styling = 0.1 = This is the initial release. == Usage == A minimal shortcode takes the form >`[feeds-a-la-carte]` There are no required attributes. Optional attributes are: * child_of * parent * hide_empty * exclude * include * site_feed * counts (set to "none" to hide counts) For more details please refer to the WordPress codex: [http://codex.wordpress.org/Function_Reference/get_categories] Also to the plugin home page: [http://open.pages.kevinwiliarty.com/feeds-a-la-carte/] == Changelog == = 0.6 = * Changed cat_ID to term_id * hide_empty now set to false for the initial category harvest * hide_empty will still apply later in the process * Include information about category counts * Fixed bad handling of empty categories * Shortcode attribute `count="none"` will hide counts = 0.5 = * Feed listings now include by default a link to the site_feed called "All Categories" ** This behavior can be suppressed using the site_feed attribute in the shortcode. * Added new shortcode attribute: site_feed ** site_feed defaults to 'true' ** any other setting interpreted as false ** Use this attribute to allow or suppress the "All Categories" feed * Styled the global feed = 0.4.1 = * Minor tweak = 0.4 = * adds screenshot = 0.3 = * Fixes to the stylesheet = 0.2 = * Small style change: table is no longer 100% width by default = 0.1 = * Initial working version