<?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: Multiple Sidebars the Right Way</title> <atom:link href="http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/</link> <description>WordPress Tips, Tricks and Hacks</description> <lastBuildDate>Mon, 30 Aug 2010 11:44:28 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: Amor</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-8795</link> <dc:creator>Amor</dc:creator> <pubDate>Tue, 04 May 2010 16:34:08 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-8795</guid> <description>I&#039;ve been using
&lt;pre lang=&quot;enc__php&quot;&gt;&lt;?php include (&#039;sidebar-single.php&#039;); ?&gt;
&lt;?php include (&#039;sidebar-page.php&#039;); ?&gt;&lt;/pre&gt;
I didn&#039;t know I could use
&lt;pre lang=&quot;enc__php&quot;&gt;&lt;?php get_sidebar(&#039;single&#039;); ?&gt;
&lt;?php get_sidebar(&#039;page&#039;); ?&gt;&lt;/pre&gt;
learned something new again. Thanks Alex!. :-)</description> <content:encoded><![CDATA[<p>I&#39;ve been using</p><pre lang="enc__php">&lt;?php include (&#39;sidebar-single.php&#39;); ?&gt;
&lt;?php include (&#39;sidebar-page.php&#39;); ?&gt;</pre><p>I didn&#39;t know I could use</p><pre lang="enc__php">&lt;?php get_sidebar(&#39;single&#39;); ?&gt;
&lt;?php get_sidebar(&#39;page&#39;); ?&gt;</pre><p>learned something new again. Thanks Alex!. <img
src='http://wpshout.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Doug C.</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-7738</link> <dc:creator>Doug C.</dc:creator> <pubDate>Sun, 04 Apr 2010 03:19:38 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-7738</guid> <description>I don&#039;t get it. So you got &quot;&quot; ... then what?Say I make a widget that I only want to display on certain pages. How would I add that using this &quot;get sidebar&quot; code?Now that would be an interesting and useful post.</description> <content:encoded><![CDATA[<p>I don&#8217;t get it. So you got &#8220;&#8221; &#8230; then what?</p><p>Say I make a widget that I only want to display on certain pages. How would I add that using this &#8220;get sidebar&#8221; code?</p><p>Now that would be an interesting and useful post.</p> ]]></content:encoded> </item> <item><title>By: Ashfame</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-6426</link> <dc:creator>Ashfame</dc:creator> <pubDate>Thu, 11 Feb 2010 17:19:35 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-6426</guid> <description>Yes you can have multiple sidebars that way but I bet you want them to be widgetized too. Refer to one of my post on my blog - How to have multiple widgetized different sidebars (http://blog.ashfame.com/2009/11/multiple-widgetized-different-sidebars/)</description> <content:encoded><![CDATA[<p>Yes you can have multiple sidebars that way but I bet you want them to be widgetized too. Refer to one of my post on my blog &#8211; How to have multiple widgetized different sidebars (<a
href="http://blog.ashfame.com/2009/11/multiple-widgetized-different-sidebars/" rel="nofollow">http://blog.ashfame.com/2009/11/multiple-widgetized-different-sidebars/</a>)</p> ]]></content:encoded> </item> <item><title>By: Best Practices for Creating Unique Blog Posts&#160;&#124;&#160;WPShout.com</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-6114</link> <dc:creator>Best Practices for Creating Unique Blog Posts&#160;&#124;&#160;WPShout.com</dc:creator> <pubDate>Wed, 27 Jan 2010 17:36:01 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-6114</guid> <description>[...] the sidebar, but instead display a different sidebar. That&#8217;s easy if you do multiple sidebars the right way, which, of course, has the following [...]</description> <content:encoded><![CDATA[<p>[...] the sidebar, but instead display a different sidebar. That&#8217;s easy if you do multiple sidebars the right way, which, of course, has the following [...]</p> ]]></content:encoded> </item> <item><title>By: Alex Denning</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-5772</link> <dc:creator>Alex Denning</dc:creator> <pubDate>Mon, 18 Jan 2010 15:51:54 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-5772</guid> <description>Glad I could be a help!</description> <content:encoded><![CDATA[<p>Glad I could be a help!</p> ]]></content:encoded> </item> <item><title>By: Theo</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-5727</link> <dc:creator>Theo</dc:creator> <pubDate>Sat, 16 Jan 2010 17:11:28 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-5727</guid> <description>Truly brilliant !
Thanks</description> <content:encoded><![CDATA[<p>Truly brilliant !<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: Rebecca</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-5590</link> <dc:creator>Rebecca</dc:creator> <pubDate>Tue, 12 Jan 2010 04:06:01 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-5590</guid> <description>Thanks, just the simple instructions I was looking for!</description> <content:encoded><![CDATA[<p>Thanks, just the simple instructions I was looking for!</p> ]]></content:encoded> </item> <item><title>By: Cracks</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-4608</link> <dc:creator>Cracks</dc:creator> <pubDate>Wed, 16 Dec 2009 08:31:18 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-4608</guid> <description>So why exactly is the get_sidebar version is better?Is it just a &quot;pretty&quot; factor, or is it less load heavy? Please explain.</description> <content:encoded><![CDATA[<p>So why exactly is the get_sidebar version is better?</p><p>Is it just a &#8220;pretty&#8221; factor, or is it less load heavy? Please explain.</p> ]]></content:encoded> </item> <item><title>By: Sara</title><link>http://wpshout.com/multiple-sidebars-the-right-way-in-wordpress/comment-page-1/#comment-3416</link> <dc:creator>Sara</dc:creator> <pubDate>Wed, 18 Nov 2009 15:17:13 +0000</pubDate> <guid
isPermaLink="false">http://wpshout.com/?p=1623#comment-3416</guid> <description>Nice to know about, thanks!</description> <content:encoded><![CDATA[<p>Nice to know about, thanks!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 5/20 queries in 0.022 seconds using disk
Content Delivery Network via wpshout.wpcdn.com (user agent is rejected)

Served from: wpshout.com @ 2010-09-09 19:28:03 -->