<?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: How to Conditionally Display WordPress Sidebar Content with is_page</title>
	<atom:link href="http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/</link>
	<description>Kim Woodbridge WordPress Consultant</description>
	<lastBuildDate>Fri, 19 Mar 2010 11:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-13360</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-13360</guid>
		<description>Hi Daniel - If you only want it for one page that you use is_page without the array.

is_page(&#039;services&#039;) or whatever the name of the page is.</description>
		<content:encoded><![CDATA[<p>Hi Daniel &#8211; If you only want it for one page that you use is_page without the array.</p>
<p>is_page(&#8217;services&#8217;) or whatever the name of the page is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-13359</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-13359</guid>
		<description>Great, but, what if i want that for certain url, and only that.?
ie. www.example.com/page1.html
That page use the same template and it&#039;s a php page</description>
		<content:encoded><![CDATA[<p>Great, but, what if i want that for certain url, and only that.?<br />
ie. <a href="http://www.example.com/page1.html" rel="nofollow">http://www.example.com/page1.html</a><br />
That page use the same template and it&#8217;s a php page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-13243</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-13243</guid>
		<description>Hi Diego - Great!  I&#039;ve struggled with these things to - as soon as I get something to work I write it up in a way that is understandable - as an article I wish I had found when I was struggling.</description>
		<content:encoded><![CDATA[<p>Hi Diego &#8211; Great!  I&#8217;ve struggled with these things to &#8211; as soon as I get something to work I write it up in a way that is understandable &#8211; as an article I wish I had found when I was struggling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Lozano</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-13241</link>
		<dc:creator>Diego Lozano</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-13241</guid>
		<description>VERY VERY VERY VERY VERY USEFUL!!! Thanks.... After hours trying this (is_page) thing, I found this page and fix my problem with wordpress. Wow... Thanks!</description>
		<content:encoded><![CDATA[<p>VERY VERY VERY VERY VERY USEFUL!!! Thanks&#8230;. After hours trying this (is_page) thing, I found this page and fix my problem with wordpress. Wow&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-11838</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-11838</guid>
		<description>Hi - There is a plugin that will allow you to control which pages a widget appears on - that might help.

http://wordpress.org/extend/plugins/widget-logic/</description>
		<content:encoded><![CDATA[<p>Hi &#8211; There is a plugin that will allow you to control which pages a widget appears on &#8211; that might help.</p>
<p><a href="http://wordpress.org/extend/plugins/widget-logic/">http://wordpress.org/extend/plugins/widget-logic/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AntonRSA</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-11837</link>
		<dc:creator>AntonRSA</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-11837</guid>
		<description>Thanks for the code.  I&#039;ve been trying to find a plugin that does exactly this as I&#039;m a quite a lazy coder.  Why re-invent the wheel?  Well anyway, no plugin found but I have found your page with an explanation of this.  Implemented it and voilla!  It works.  Thanks once again.
.-= AntonRSA´s last blog ..&lt;a href=&quot;http://blog.opencircle.co.za/web-development/your-website-is-your-image-to-the-world/&quot; rel=&quot;nofollow&quot;&gt;Your website is your image to the world&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Thanks for the code.  I&#8217;ve been trying to find a plugin that does exactly this as I&#8217;m a quite a lazy coder.  Why re-invent the wheel?  Well anyway, no plugin found but I have found your page with an explanation of this.  Implemented it and voilla!  It works.  Thanks once again.<br />
<span class="cluv"> AntonRSA´s last blog ..<a href="http://blog.opencircle.co.za/web-development/your-website-is-your-image-to-the-world/" rel="nofollow">Your website is your image to the world</a> </span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth Sundaram</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-10762</link>
		<dc:creator>Srikanth Sundaram</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-10762</guid>
		<description>I&#039;ll mail you on any wodpress issues Kim... Again thanks a lot ...</description>
		<content:encoded><![CDATA[<p>I&#8217;ll mail you on any wodpress issues Kim&#8230; Again thanks a lot &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-10755</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-10755</guid>
		<description>Hi Srikanth - I&#039;m glad the article helped.

lol - yes, google should always give me first ranking ;-)

My email address and contact form are listed in the sidebar.</description>
		<content:encoded><![CDATA[<p>Hi Srikanth &#8211; I&#8217;m glad the article helped.</p>
<p>lol &#8211; yes, google should always give me first ranking ;-)</p>
<p>My email address and contact form are listed in the sidebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth Sundaram</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-10752</link>
		<dc:creator>Srikanth Sundaram</dc:creator>
		<pubDate>Thu, 17 Sep 2009 07:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-10752</guid>
		<description>Hi Kim... Thanks so much... Im just startin out with wordpress... This really saved a lot of time investment.. You&#039;ve really put it very simple and my sidebars are displayed in every page as exactly as i want them to be :).. This forum certainly deserves no.1 spot rather than 2 on google.... How do I get in touch with u for more queries on wordpress??</description>
		<content:encoded><![CDATA[<p>Hi Kim&#8230; Thanks so much&#8230; Im just startin out with wordpress&#8230; This really saved a lot of time investment.. You&#8217;ve really put it very simple and my sidebars are displayed in every page as exactly as i want them to be :).. This forum certainly deserves no.1 spot rather than 2 on google&#8230;. How do I get in touch with u for more queries on wordpress??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/how-to-conditionally-display-wordpress-sidebar-content-with-is_page/#comment-9647</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Wed, 22 Jul 2009 00:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=2668#comment-9647</guid>
		<description>Hi Laurence - Life would be SO much easier if google would just give me the #1 spot in search results ;-)</description>
		<content:encoded><![CDATA[<p>Hi Laurence &#8211; Life would be SO much easier if google would just give me the #1 spot in search results ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
