<?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: Adding Widgets To Your Sidebar</title>
	<atom:link href="http://jarretcade.net/adding-widgets-to-your-sidebar/feed" rel="self" type="application/rss+xml" />
	<link>http://jarretcade.net/adding-widgets-to-your-sidebar</link>
	<description>Head banging, web designing, reptile loving, WordPress coding, fitness junkie and all around 'mostly' nice guy.</description>
	<lastBuildDate>Sun, 02 Aug 2009 18:48:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jarret</title>
		<link>http://jarretcade.net/adding-widgets-to-your-sidebar/comment-page-1#comment-1404</link>
		<dc:creator>Jarret</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://jarretcade.net/?p=433#comment-1404</guid>
		<description>Hi Josh, are you talking about the website that you used for your URL in the comment? If so, you would need to edit the code in your sidebar.php file and use an IF statement to determine which page you were on and then only show the widgets for that particular page(s).

It would look something like...

&lt;code&gt;
if (is_page(&#039;PageTitle&#039;)) {
   show the widget
} else {
   don&#039;t show the widget
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Josh, are you talking about the website that you used for your URL in the comment? If so, you would need to edit the code in your sidebar.php file and use an IF statement to determine which page you were on and then only show the widgets for that particular page(s).</p>
<p>It would look something like&#8230;</p>
<p><code><br />
if (is_page('PageTitle')) {<br />
   show the widget<br />
} else {<br />
   don't show the widget<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://jarretcade.net/adding-widgets-to-your-sidebar/comment-page-1#comment-1403</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://jarretcade.net/?p=433#comment-1403</guid>
		<description>Hi,
Thanks for this posting.  But I&#039;m still a bit stuck.  I&#039;d like to add a sidebar to &quot;just&quot; by blog page.  The sidebar should have archives and categories.  When I add a widget to the sidebar is shows up everywhere vs. just on a certain page.

Hope this makes sense.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this posting.  But I&#8217;m still a bit stuck.  I&#8217;d like to add a sidebar to &#8220;just&#8221; by blog page.  The sidebar should have archives and categories.  When I add a widget to the sidebar is shows up everywhere vs. just on a certain page.</p>
<p>Hope this makes sense.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
