<?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; Chain Select</title> <atom:link href="http://www.peterjharrison.me/tag/chain-select/feed/" rel="self" type="application/rss+xml" /><link>http://www.peterjharrison.me</link> <description>Freelance PHP Web Developer, Designer &#38; WordPress Expert : London &#38; Shrewsbury</description> <lastBuildDate>Wed, 28 Dec 2011 14:01:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Category Ajax Chain Select &#8211; Re-written from scratch  : WordPress Plugin</title><link>http://www.peterjharrison.me/2011/11/category-ajax-chain-select-re-written-from-scratch-wordpress-plugin/</link> <comments>http://www.peterjharrison.me/2011/11/category-ajax-chain-select-re-written-from-scratch-wordpress-plugin/#comments</comments> <pubDate>Wed, 30 Nov 2011 00:30:14 +0000</pubDate> <dc:creator>Peter J Harrison</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[Ajax]]></category> <category><![CDATA[Chain Select]]></category> <category><![CDATA[Plugin]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Plugin]]></category> <guid
isPermaLink="false">http://www.peterjharrison.me/?p=503</guid> <description><![CDATA[So after over 2 years I have finally got around to updating this plugin. I was going to add the new features that people had asked to the previous version but as it was my first plugin it was very unstable. Instead I have re-written it from scratch and I believe made it more stable, [...]]]></description> <content:encoded><![CDATA[<p>So after over 2 years I have finally got around to updating this plugin. I was going to add the new features that people had asked to the previous version but as it was my first plugin it was very unstable. Instead I have re-written it from scratch and I believe made it more stable, faster and more customisable than before.</p><p>A number of new features have been added including customisable labels and titles, post counts, excluding taxonomies and support for custom taxonomies.</p><p><span
id="more-503"></span></p><h3>Usage</h3><pre>&lt;?php chainselect_getcategories( $tax, $level, $titles, $labels, $btn_text, $exclude, $count ) ?&gt;</pre><h3>Parameters</h3><pre>$tax</pre><p><em>(string)</em> <em>(optional)</em> The taxonomies to retrieve terms from. Default: <em>Category</em></p><pre>$level</pre><p><em>(integer)</em> <em>(optional)</em> The amount of levels of child terms to return. Default: <em>1</em></p><pre>$titles</pre><p><em>(array)</em> <em>(optional)</em> Titles for the first select option in each level &#8211; Must be the same number of array elements as $level. Default: <em>array(&#8216;Please select&#8230;&#8217;)</em></p><pre>$labels</pre><p><em>(array)</em> <em>(optional)</em> Labels for each select element &#8211; Leave blank for no labels. Default: <em><em>&#8221;</em></em></p><pre>$btn_text</pre><p><em>(string)</em> <em>(optional)</em> Text for submit button. Default: <em>&#8216;Submit&#8217;</em></p><pre>$exclude</pre><p><em>(string)</em> <em>(optional)</em> Exclude taxonomies by id &#8211; comma seperated string of id&#8217;s. Default: <em>&#8221;</em></p><pre>$count</pre><p><em>(integer)</em> <em>(optional)</em> Show count of posts for each term. Default: <em>1</em></p><h3>Examples</h3><p>Show 3 levels of terms with custom labels and titles.<br
/> <strong>Syntax:</strong></p><pre>&lt;?php chainselect_getcategories( 'category', 3, array('Select Country', 'Select County', 'Select Town'), array('Country', 'County', 'Town') ) ?&gt;</pre><p>Show 2 levels of custom terms with custom titles and no term count and excluding terms 6 and 9.<br
/> <strong>Syntax:</strong></p><pre>&lt;?php chainselect_getcategories( 'location', 2, array('Select Country', 'Select City'), '', '', '6,9', 0 ) ?&gt;</pre><h3>Details</h3><p>Important information if you are upgrading from an old version of this plugin, <strong>DON&#8217;T!</strong></p><p>I can&#8217;t stress enough that this plugin has been re-written from scratch and is in no way backwards compatible, so please delete the old version of the plugin before installing the new one.</p><h3>Download</h3><p>The new version is now available over on WordPress. Download <a
title="Download Category  Ajax Chain Selects" href="http://wordpress.org/extend/plugins/category-ajax-chain-selects/" target="_blank">Category Ajax Chain Selects</a> now.</p> ]]></content:encoded> <wfw:commentRss>http://www.peterjharrison.me/2011/11/category-ajax-chain-select-re-written-from-scratch-wordpress-plugin/feed/</wfw:commentRss> <slash:comments>38</slash:comments> </item> <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[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 does pretty much exactly what it says, it creates a chain select based off the category hierarchy in your WordPress install. PLEASE NOTE THERE IS A NEW VERISON OF [...]]]></description> <content:encoded><![CDATA[<p>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 does pretty much exactly what it says, it creates a chain select based off the category hierarchy in your WordPress install.</p><p><span
class="note">PLEASE NOTE THERE IS A NEW VERISON OF THIS PLUGIN, PLEASE SEE <a
title="Category Ajax Chain Select – Re-written from scratch  : WordPress Plugin" href="http://www.peterjharrison.me/2011/11/category-ajax-chain-select-re-written-from-scratch-wordpress-plugin/">Category Ajax Chain Select – Re-written from scratch : WordPress Plugin</a></span></p><p><span
id="more-164"></span></p><p>This plugin came about because I couldn&#8217;t find a plugin that already had this functionality for WordPress, so I created 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, for example if you wanted 3 categories visible, you could use the template tag as (by default it will always show 2 category levels if no value is passed):</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 straight 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, I&#8217;d love to hear from you.</p><p><span
class="note">PLEASE NOTE THERE IS A NEW VERISON OF THIS PLUGIN, PLEASE SEE <a
title="Category Ajax Chain Select – Re-written from scratch  : WordPress Plugin" href="http://www.peterjharrison.me/2011/11/category-ajax-chain-select-re-written-from-scratch-wordpress-plugin/">Category Ajax Chain Select – Re-written from scratch : WordPress Plugin</a></span></p> ]]></content:encoded> <wfw:commentRss>http://www.peterjharrison.me/2009/08/category-ajax-chain-select-wordpress-plugin/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
