<?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: Enhanced Sidebars with Dynamic Content</title>
	<atom:link href="http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/</link>
	<description>Web Design and Development Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: alex</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-79518</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 10 Apr 2011 23:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-79518</guid>
		<description>Total Widget Control gives you complete control over  widget placement and simplifies working with dynamic sidebars, you should look into it.</description>
		<content:encoded><![CDATA[<p>Total Widget Control gives you complete control over  widget placement and simplifies working with dynamic sidebars, you should look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techie Zone</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-76966</link>
		<dc:creator>Techie Zone</dc:creator>
		<pubDate>Tue, 08 Mar 2011 15:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-76966</guid>
		<description>I  usually use method 2 as described above as it serves the purpose pretty well with very less modifications and usage of conditional tag.</description>
		<content:encoded><![CDATA[<p>I  usually use method 2 as described above as it serves the purpose pretty well with very less modifications and usage of conditional tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-58019</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Fri, 30 Jul 2010 21:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-58019</guid>
		<description>I&#039;m using different sidebars for different pages on my site... using: 

if(is_page()) {
     if (is_page(&#039;page&#039;)) {
          get_sidebar(&#039;page&#039;);
    } elseif (is_page(&#039;page2&#039;)) {
          get_sidebar(&#039;page2&#039;); 
    } else {
          get_sidebar(); 
	}};

Is it possible to assign multiple pages to a sidebar? I&#039;ve tried doing it separated the page names with commas and it didn&#039;t work for me... Thanks! (great article!)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using different sidebars for different pages on my site&#8230; using: </p>
<p>if(is_page()) {<br />
     if (is_page(&#8216;page&#8217;)) {<br />
          get_sidebar(&#8216;page&#8217;);<br />
    } elseif (is_page(&#8216;page2&#8242;)) {<br />
          get_sidebar(&#8216;page2&#8242;);<br />
    } else {<br />
          get_sidebar();<br />
	}};</p>
<p>Is it possible to assign multiple pages to a sidebar? I&#8217;ve tried doing it separated the page names with commas and it didn&#8217;t work for me&#8230; Thanks! (great article!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-56051</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Sun, 27 Jun 2010 21:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-56051</guid>
		<description>Great Article, thanks for the nice informations</description>
		<content:encoded><![CDATA[<p>Great Article, thanks for the nice informations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikar</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-53439</link>
		<dc:creator>srikar</dc:creator>
		<pubDate>Sat, 22 May 2010 07:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-53439</guid>
		<description>wow ! I never thought of it, i will try this DYnamic side for sure</description>
		<content:encoded><![CDATA[<p>wow ! I never thought of it, i will try this DYnamic side for sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikky</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-53047</link>
		<dc:creator>Vikky</dc:creator>
		<pubDate>Sun, 16 May 2010 16:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-53047</guid>
		<description>Thank you such a comprehensive article.  I am helping a school create its presence online, and had wanted to have different right sidebars for different pages. Now I know exactly how to efficiently implement the requirements. Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you such a comprehensive article.  I am helping a school create its presence online, and had wanted to have different right sidebars for different pages. Now I know exactly how to efficiently implement the requirements. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAI CHI &#187; Useful wordpress tips</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-48547</link>
		<dc:creator>DAI CHI &#187; Useful wordpress tips</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-48547</guid>
		<description>[...] Sidebar With Dynamic Contents [...]</description>
		<content:encoded><![CDATA[<p>[...] Sidebar With Dynamic Contents [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70 Very Useful Wordpress Hacks &#38; Tricks &#124; biroattila.com &#124; Innovation and web</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-48339</link>
		<dc:creator>70 Very Useful Wordpress Hacks &#38; Tricks &#124; biroattila.com &#124; Innovation and web</dc:creator>
		<pubDate>Sun, 28 Feb 2010 07:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-48339</guid>
		<description>[...] Enhanced Sidebars with Dynamic Content [...]</description>
		<content:encoded><![CDATA[<p>[...] Enhanced Sidebars with Dynamic Content [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Most Wanted Wordpress Tips, Tricks and Hacks</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-47719</link>
		<dc:creator>30 Most Wanted Wordpress Tips, Tricks and Hacks</dc:creator>
		<pubDate>Fri, 19 Feb 2010 00:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-47719</guid>
		<description>[...] Sidebar With Dynamic Contents [...]</description>
		<content:encoded><![CDATA[<p>[...] Sidebar With Dynamic Contents [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teen Network</title>
		<link>http://vandelaydesign.com/blog/wordpress/enhanced-sidebars-with-dynamic-content/#comment-41725</link>
		<dc:creator>Teen Network</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=332#comment-41725</guid>
		<description>Awesome post thanks for the tips on Dynamic sidebars.</description>
		<content:encoded><![CDATA[<p>Awesome post thanks for the tips on Dynamic sidebars.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

