<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peter J Harrison &#187; Category</title>
	<atom:link href="http://www.peterjharrison.me/tag/category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterjharrison.me</link>
	<description>PHP Web Developer &#38; Designer : Cardiff &#38; Shrewsbury</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Category Ajax Chain Select : WordPress Plugin</title>
		<link>http://www.peterjharrison.me/2009/08/category-ajax-chain-select-wordpress-plugin/</link>
		<comments>http://www.peterjharrison.me/2009/08/category-ajax-chain-select-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 22:45:38 +0000</pubDate>
		<dc:creator>Peter J Harrison</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Chain Select]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.peterjharrison.me/?p=164</guid>
		<description><![CDATA[Well after working with WordPress for about 4 years now, I have finally got around to developing my very first WordPress plugin. Category Ajax Chain Select plugin pretty much does exactly what it says, it creates a chain select based off the category hierarchy in your WordPress install. This plugin came about because for once [...]]]></description>
			<content:encoded><![CDATA[<p>Well after working with WordPress for about 4 years now, I have finally got around to developing my very first WordPress plugin. Category Ajax Chain Select plugin pretty much does exactly what it says, it creates a chain select based off the category hierarchy in your WordPress install.<span id="more-164"></span></p>
<p>This plugin came about because for once I couldn&#8217;t find a plugin that already had this functionality for WordPress, so I thought it should be a simple plugin to get me going. At present it is very basic, using a template tag below, you can place the chain selects any where on the your page template and then style it using CSS.</p>
<pre>chainselect_getcategories();</pre>
<p>The plugin also has the ability to pass the category level through, so if you wanted 3 levels of categories to show you could use the template tag as (by default it will always show 2 levels of categories if no value is past):</p>
<pre>chainselect_getcategories(3);</pre>
<p>I will continue to work on this plugin over time and add new features such as page codes so that you can add the select boxes stright into your posts &amp; pages. In the meantime if there are any plugin developers out there that would like to help me develop this plugin then please do get in touch.</p>
<p>The plugin is now live on <a title="Wordpress" href="http://wordpress.org" target="_blank">WordPress.org</a> and is called <a title="Category Ajax Chain Selects" href="http://wordpress.org/extend/plugins/category-ajax-chain-selects/" target="_blank">Category Ajax Chain Select</a>.</p>
<p><span class="note">PLEASE BEWARE THIS PLUGIN WILL ONLY WORK IF YOU ARE USING <a title="Wordpress Using Permalinks" href="http://codex.wordpress.org/Using_Permalinks" target="_blank">%category%</a> IN YOUR PERMALINK</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterjharrison.me/2009/08/category-ajax-chain-select-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
