<?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: Updated: Multiple Sidebar Content in Wordpress</title>
	<atom:link href="http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress</link>
	<description>The Pop Stalin Design Manifesto</description>
	<lastBuildDate>Tue, 21 Apr 2009 01:04:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zacheos</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-602</link>
		<dc:creator>zacheos</dc:creator>
		<pubDate>Tue, 09 Sep 2008 20:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-602</guid>
		<description>Some people use a hierarchy method in the naming of the template files to achieve multiple WordPress sidebars, but in my opinion it is too cumbersome for most user’s needs. The method of multiple sidebars for WordPress that I use involves only a very simple PHP snippet added to the template to call the desired sidebar file depending on the area of the site that you are in.</description>
		<content:encoded><![CDATA[<p>Some people use a hierarchy method in the naming of the template files to achieve multiple WordPress sidebars, but in my opinion it is too cumbersome for most user’s needs. The method of multiple sidebars for WordPress that I use involves only a very simple PHP snippet added to the template to call the desired sidebar file depending on the area of the site that you are in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-562</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Wed, 30 Jul 2008 11:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-562</guid>
		<description>@dirtyharris:
Yes, you would use Conditional Tags. Check out this link:
http://codex.wordpress.org/Conditional_Tags
then scroll down to the section &quot;Variable Sidebar Content.&quot;</description>
		<content:encoded><![CDATA[<p>@dirtyharris:<br />
Yes, you would use Conditional Tags. Check out this link:<br />
<a href="http://codex.wordpress.org/Conditional_Tags" rel="nofollow">http://codex.wordpress.org/Conditional_Tags</a><br />
then scroll down to the section &#8220;Variable Sidebar Content.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirtyharris</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-561</link>
		<dc:creator>dirtyharris</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-561</guid>
		<description>how about i want my sidebars to change contents every time i visit a category-- the sidebar will contain all the posts from the category that i selected? any idea?</description>
		<content:encoded><![CDATA[<p>how about i want my sidebars to change contents every time i visit a category&#8211; the sidebar will contain all the posts from the category that i selected? any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-469</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 17 Mar 2008 23:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-469</guid>
		<description>I don&#039;t know of any specifically designed to do that. If it were something that I&#039;d need for a site I was designing I&#039;d probably look into using custom fields.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of any specifically designed to do that. If it were something that I&#8217;d need for a site I was designing I&#8217;d probably look into using custom fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Large balloon guy</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-463</link>
		<dc:creator>Large balloon guy</dc:creator>
		<pubDate>Sun, 16 Mar 2008 21:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-463</guid>
		<description>I am looking for a plugin that allows you to write content for the sidebar on that specific page. know any?</description>
		<content:encoded><![CDATA[<p>I am looking for a plugin that allows you to write content for the sidebar on that specific page. know any?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pop Stalin</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-326</link>
		<dc:creator>Pop Stalin</dc:creator>
		<pubDate>Fri, 26 Oct 2007 04:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-326</guid>
		<description>Mike-
I&#039;m not real sure what you&#039;re asking (sorry it took so long to reply) but below is sort of a working example. I don&#039;t want to include all the content that I used for my client so I hope this makes sense to you.

One thing you need to make sure of is that there are no spaces in the final code.
&lt;ol class=&quot;code&quot;&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ! -- SIDEBAR ABOUT PAGE -- &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php if (is_page(about)) { ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; h2 &gt;Some Title&lt; /h2 &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; p &gt;Some text&lt; /p &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php } ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ! -- SIDEBAR BLOG -- &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php if (is_home()) { ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; p &gt;Some intro text&lt; /p &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; br / &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php include (TEMPLATEPATH . &#039;/searchform.php&#039;); ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ! -- BLOG ROLL -- &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ul &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php wp_list_bookmarks(&#039;categorize=1&amp;category=2&amp;before=&lt;li&gt;&amp;after=&amp;show_images=0&amp;show_description=0&amp;orderby=name&#039;); ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; /ul &gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style=&quot;list-style:none&quot;&gt;&lt;code&gt;&lt; ?php } ?&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Mike-<br />
I&#8217;m not real sure what you&#8217;re asking (sorry it took so long to reply) but below is sort of a working example. I don&#8217;t want to include all the content that I used for my client so I hope this makes sense to you.</p>
<p>One thing you need to make sure of is that there are no spaces in the final code.</p>
<ol class="code">
<li style="list-style:none"><code>< ! -- SIDEBAR ABOUT PAGE -- ></code></li>
<li style="list-style:none"><code>< ?php if (is_page(about)) { ?></code></li>
<li style="list-style:none"><code>< h2 >Some Title< /h2 ></code></li>
<li style="list-style:none"><code>< p >Some text< /p ></code></li>
<li style="list-style:none"><code>< ?php } ?></code></li>
<li style="list-style:none"><code>< ! -- SIDEBAR BLOG -- ></code></li>
<li style="list-style:none"><code>< ?php if (is_home()) { ?></code></li>
<li style="list-style:none"><code>< p >Some intro text< /p ></code></li>
<li style="list-style:none"><code>< br / ></code></li>
<li style="list-style:none"><code>< ?php include (TEMPLATEPATH . &#39;/searchform.php&#39;); ?></code></li>
<li style="list-style:none"><code>< ! -- BLOG ROLL -- ></code></li>
<li style="list-style:none"><code>< ul ></code></li>
<li style="list-style:none"><code>< ?php wp_list_bookmarks(&#39;categorize=1&amp;category=2&amp;before=&lt;li&gt;&amp;after=&amp;show_images=0&amp;show_description=0&amp;orderby=name&#39;); ?></code></li>
<li style="list-style:none"><code>< /ul ></code></li>
<li style="list-style:none"><code>< ?php } ?></code></li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-327</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 13 Oct 2007 23:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-327</guid>
		<description>hi i tried this but it it didn&#039;t work as planned.  can you show me how that code works in the context of the rest of your sidebar?  thanks!</description>
		<content:encoded><![CDATA[<p>hi i tried this but it it didn&#8217;t work as planned.  can you show me how that code works in the context of the rest of your sidebar?  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jameswillisisthebest</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-319</link>
		<dc:creator>jameswillisisthebest</dc:creator>
		<pubDate>Sat, 08 Sep 2007 21:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-319</guid>
		<description>This is my first post
just saying HI</description>
		<content:encoded><![CDATA[<p>This is my first post<br />
just saying HI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-321</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 26 Aug 2007 09:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-321</guid>
		<description>Thanks for this.  I recently added the top commentators plugin and want to display it only on the homepage but can&#039;t seem to get this to work.  I added it just as you have it.

Is there something else that needs to be added inside the sidebar file that makes this work?

Does this have to be there:</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I recently added the top commentators plugin and want to display it only on the homepage but can&#8217;t seem to get this to work.  I added it just as you have it.</p>
<p>Is there something else that needs to be added inside the sidebar file that makes this work?</p>
<p>Does this have to be there:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://blog.popstalin.com/articles/wordpress/multiple-sidebar-content-in-wordpress#comment-320</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Mon, 06 Aug 2007 16:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.popstalin.com/multiple-sidebar-content-in-wordpress/#comment-320</guid>
		<description>This will be a nice way to consolidate my sidebar files, thanks!</description>
		<content:encoded><![CDATA[<p>This will be a nice way to consolidate my sidebar files, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
