<?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>Oracle of ONE1 &#187; widget</title>
	<atom:link href="http://dvector.com/oracle/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:25:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Categories in Sidebar Display</title>
		<link>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/</link>
		<comments>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/#comments</comments>
		<pubDate>Wed, 21 May 2008 01:48:38 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/</guid>
		<description><![CDATA[There a many reasons why you might not want all categories to display in the side bar. Some possible reasons are:

Display some categories under 1 title and other categories under another title
Some categories may serve a special purpose
Some categories may meant to be hidden

The standard default category widget includes all categories and this cannot be [...]]]></description>
			<content:encoded><![CDATA[<p>There a many reasons why you might not want all categories to display in the side bar. Some possible reasons are:</p>
<ul>
<li>Display some categories under 1 title and other categories under another title</li>
<li>Some categories may serve a special purpose</li>
<li>Some categories may meant to be hidden</li>
</ul>
<p><span id="more-35"></span>The standard default category widget includes all categories and this cannot be changed. However, the WP-dTree plugin is available for all dVector accounts and allows a wide range of options including exclusion of certain categories. Also, those writing their own sidebar.php template have a huge number of options.</p>
<h2>WP-dTree Plugin</h2>
<p>This is an excellent plugin and I recommend its use for all those who wish more advanced display of categories for navigation purposes. It is not currently used on the Oracle of ONE1 blog as my needs are quite simple here but I do implement it on 90% of my client work.</p>
<p>Once activated, options for this plugin are available in the Presentation tab.  From the options it is a simple matter to exclude any number of categories you wish. Just enter a comma separated list of category IDs. <span style="text-decoration: line-through">The ID numbers are found as the first column in the Manage &gt; Categories tab</span> (see comments).</p>
<p>Then just drag the WP-dTree widget into the sidebar as you would any other widget.</p>
<h2>Custom Sidebar Template</h2>
<p>Actual editing of the template sidebar.php provides the most customization power. If you choose this advanced approach, please read documentation provided on wordpress.org. Displaying all but one category may be accomplished with the following code:</p>
<pre>&lt;?php wp_list_categories('show_count=1&amp;exclude=86&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

