<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 10 Little Known WordPress Theme Tricks</title>
	<atom:link href="http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/</link>
	<description>Pittsburgh Web Design » Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Thu, 29 Sep 2011 16:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Immanuel</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-8023</link>
		<dc:creator>Immanuel</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-8023</guid>
		<description>Thanks so much for tip 2 - worked a charm.</description>
		<content:encoded><![CDATA[<p>Thanks so much for tip 2 &#8211; worked a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Goitein</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-7992</link>
		<dc:creator>Mike Goitein</dc:creator>
		<pubDate>Thu, 20 May 2010 02:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-7992</guid>
		<description>I was trying to do a different sidebar for each category.

This is normally very easy, selectively loading content by putting in the conditional if is_category directly in the sidebar.php.

However, this does not work for the subsequent 3rd level post pages that appear below the main category page.

For this, I needed to find the correct conditional statement to load a different sidebar based on in_category.

After finding the code under #1 on this site:

&lt;code&gt;

&lt;/code&gt;

I was excited to have found a great solution, however, it was throwing an error in single.php, saying there was an extra &quot;}&quot;.

After many hours of struggle, I finally debugged it, so it should read like this:

&lt;code&gt;

&lt;/code&gt;

the issue was the missing a trailing &quot;;&quot; after the final get_sidebar() statement.

While I really appreciate the help with this code, I&#039;m surprised no one else tried this out &amp; had any problem with the syntax issues.</description>
		<content:encoded><![CDATA[<p>I was trying to do a different sidebar for each category.</p>
<p>This is normally very easy, selectively loading content by putting in the conditional if is_category directly in the sidebar.php.</p>
<p>However, this does not work for the subsequent 3rd level post pages that appear below the main category page.</p>
<p>For this, I needed to find the correct conditional statement to load a different sidebar based on in_category.</p>
<p>After finding the code under #1 on this site:</p>
<p><code></p>
<p></code></p>
<p>I was excited to have found a great solution, however, it was throwing an error in single.php, saying there was an extra &#8220;}&#8221;.</p>
<p>After many hours of struggle, I finally debugged it, so it should read like this:</p>
<p><code></p>
<p></code></p>
<p>the issue was the missing a trailing &#8220;;&#8221; after the final get_sidebar() statement.</p>
<p>While I really appreciate the help with this code, I&#8217;m surprised no one else tried this out &amp; had any problem with the syntax issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make the most out of your sidebar &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-6968</link>
		<dc:creator>How to make the most out of your sidebar &#8212; WPCandy &#8212; WordPress Themes, Plugins, Tips, and Tricks</dc:creator>
		<pubDate>Wed, 08 Apr 2009 11:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-6968</guid>
		<description>[...] This allows you to have an immense amount of sidebars, all different depending on which page of the site you decide to browse. The above code-snippet is courtesy of Chris Cagle. [...]</description>
		<content:encoded><![CDATA[<p>[...] This allows you to have an immense amount of sidebars, all different depending on which page of the site you decide to browse. The above code-snippet is courtesy of Chris Cagle. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 88 Unmissable Wordpress Links: Theme Thursday &#124; Hi, Im Grace Smith</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-6945</link>
		<dc:creator>88 Unmissable Wordpress Links: Theme Thursday &#124; Hi, Im Grace Smith</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-6945</guid>
		<description>[...] 10 Little Known Wordpress Theme Tricks [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Little Known WordPress Theme Tricks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lillan</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-6908</link>
		<dc:creator>Lillan</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-6908</guid>
		<description>Hi, where do i put the code &lt;?php //to be able to use this outside the loop....and so on...to get a streamlined sidebar based on categories? is it in the sidebar or in main templatefile? It&#039;s also calling for 4 categories, do i have to do 4 categorysidebars?</description>
		<content:encoded><![CDATA[<p>Hi, where do i put the code &lt;?php //to be able to use this outside the loop&#8230;.and so on&#8230;to get a streamlined sidebar based on categories? is it in the sidebar or in main templatefile? It&#8217;s also calling for 4 categories, do i have to do 4 categorysidebars?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-5404</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 14 Jan 2009 04:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-5404</guid>
		<description>Thank you for this article. The bit on get_comments_number() should really be in wordpress documentation. I&#039;m used to Livejournal, where if there are 0 comments, there&#039;s a link to respond to the post.</description>
		<content:encoded><![CDATA[<p>Thank you for this article. The bit on get_comments_number() should really be in wordpress documentation. I&#8217;m used to Livejournal, where if there are 0 comments, there&#8217;s a link to respond to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to: create a dynamic sidebar</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-3544</link>
		<dc:creator>How to: create a dynamic sidebar</dc:creator>
		<pubDate>Tue, 04 Nov 2008 06:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-3544</guid>
		<description>[...] goes to Chris Cagle for this awesome [...]</description>
		<content:encoded><![CDATA[<p>[...] goes to Chris Cagle for this awesome [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-3013</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Tue, 14 Oct 2008 02:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-3013</guid>
		<description>Thanks Clark! I love articles like this assuming that they are actually useful and not already published everywhere else. Hopefully i will have enough for a part 2 to this, but probably not anytime soon.</description>
		<content:encoded><![CDATA[<p>Thanks Clark! I love articles like this assuming that they are actually useful and not already published everywhere else. Hopefully i will have enough for a part 2 to this, but probably not anytime soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clark</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-2999</link>
		<dc:creator>clark</dc:creator>
		<pubDate>Mon, 13 Oct 2008 16:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-2999</guid>
		<description>I see five articles a day with a title something just like this one. And usually they are so bad I can&#039;t be bothered to even read them. That being said, congratulations. You&#039;ve actually shown me some things I hadn&#039;t previously seen anywhere. Great article.</description>
		<content:encoded><![CDATA[<p>I see five articles a day with a title something just like this one. And usually they are so bad I can&#8217;t be bothered to even read them. That being said, congratulations. You&#8217;ve actually shown me some things I hadn&#8217;t previously seen anywhere. Great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/10-little-known-wordpress-theme-tricks/#comment-2462</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Fri, 26 Sep 2008 02:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=95#comment-2462</guid>
		<description>@Michael - Correct. I ran across this for a client that wanted to disable and remove previously approved comments (she was fed up with dealing with them) completely from her posts - but still wanted them in her admin panel to view as historical data. That&#039;s what this code does - it doesn&#039;t show any comment data if the post has comments turned &quot;off&quot; within the post-edit screen. 

BTW: Nice WP site you have there... keep up the good work!</description>
		<content:encoded><![CDATA[<p>@Michael &#8211; Correct. I ran across this for a client that wanted to disable and remove previously approved comments (she was fed up with dealing with them) completely from her posts &#8211; but still wanted them in her admin panel to view as historical data. That&#8217;s what this code does &#8211; it doesn&#8217;t show any comment data if the post has comments turned &#8220;off&#8221; within the post-edit screen. </p>
<p>BTW: Nice WP site you have there&#8230; keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

