<?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: Disable widget areas (sidebars) without touching theme templates</title>
	<atom:link href="http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 10 Mar 2010 00:37:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-171975</link>
		<dc:creator>13 Useful Code Snippets for WordPress Development &#124; Web Design Ledger</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-171975</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-159664</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-159664</guid>
		<description>@Coafuri,
Which is the plugin that you use?</description>
		<content:encoded><![CDATA[<p>@Coafuri,<br />
Which is the plugin that you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 исключительных WordPress хаков &#124; АртБухта</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-159420</link>
		<dc:creator>10 исключительных WordPress хаков &#124; АртБухта</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-159420</guid>
		<description>[...] Disable widget areas (sidebars) without touching theme templates    Добавить в социальные закладки [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable widget areas (sidebars) without touching theme templates    Добавить в социальные закладки [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Exceptional WordPress Hacks &#171; Smashing Magazine</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-157383</link>
		<dc:creator>10 Exceptional WordPress Hacks &#171; Smashing Magazine</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-157383</guid>
		<description>[...] Disable widget areas (sidebars) without touching theme templates [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable widget areas (sidebars) without touching theme templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Exceptional WordPress Hacks &#124; 9Tricks.Com - Tips - Tricks - Tutorials</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-155439</link>
		<dc:creator>10 Exceptional WordPress Hacks &#124; 9Tricks.Com - Tips - Tricks - Tutorials</dc:creator>
		<pubDate>Sat, 03 Oct 2009 03:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-155439</guid>
		<description>[...] Disable widget areas (sidebars) without touching theme templates [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable widget areas (sidebars) without touching theme templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coafuri</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-152734</link>
		<dc:creator>Coafuri</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-152734</guid>
		<description>Oau..it&#039;s quite simple. Until now i use a special plugin o do that.</description>
		<content:encoded><![CDATA[<p>Oau..it&#8217;s quite simple. Until now i use a special plugin o do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smi1ey</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-141920</link>
		<dc:creator>smi1ey</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-141920</guid>
		<description>Oh, and to The Frosty. I would assume if you want this to work on a specific page, you would change the code:

	&quot;if ( is_single() )&quot;

to

	&quot;if ( is_page(#) )&quot;

with &quot;#&quot; being the numerical ID of the page. Although again, this hasn&#039;t worked for me, because the code hasn&#039;t worked on single posts or pages with any method I&#039;ve tried so far. But maybe you&#039;ll be luckier!</description>
		<content:encoded><![CDATA[<p>Oh, and to The Frosty. I would assume if you want this to work on a specific page, you would change the code:</p>
<p>	&#8220;if ( is_single() )&#8221;</p>
<p>to</p>
<p>	&#8220;if ( is_page(#) )&#8221;</p>
<p>with &#8220;#&#8221; being the numerical ID of the page. Although again, this hasn&#8217;t worked for me, because the code hasn&#8217;t worked on single posts or pages with any method I&#8217;ve tried so far. But maybe you&#8217;ll be luckier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smi1ey</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-141918</link>
		<dc:creator>smi1ey</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-141918</guid>
		<description>So I tried changing the &quot;[&#039;footer&#039;]&quot; part of the code to the name of the widget area I need to remove, and nothing happened. I have a suspicion that I need to change more than that in the code. Do I also need to change the &quot;disable_footer_widgets&quot; lines? I&#039;m not sure what to put if that&#039;s the case. I have tried changing it to just &quot;disable_footer_widgets&quot;.

The title of the widget area I&#039;m trying to remove is &quot;Secondary Sidebar #1&quot;. Any thoughts? I appreciate it! :)</description>
		<content:encoded><![CDATA[<p>So I tried changing the &#8220;['footer']&#8221; part of the code to the name of the widget area I need to remove, and nothing happened. I have a suspicion that I need to change more than that in the code. Do I also need to change the &#8220;disable_footer_widgets&#8221; lines? I&#8217;m not sure what to put if that&#8217;s the case. I have tried changing it to just &#8220;disable_footer_widgets&#8221;.</p>
<p>The title of the widget area I&#8217;m trying to remove is &#8220;Secondary Sidebar #1&#8243;. Any thoughts? I appreciate it! <img src='http://justintadlock.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Exceptional WordPress Hacks &#171; Web 2.0.</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-140570</link>
		<dc:creator>10 Exceptional WordPress Hacks &#171; Web 2.0.</dc:creator>
		<pubDate>Fri, 17 Jul 2009 04:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-140570</guid>
		<description>[...] Disable widget areas (sidebars) without touching theme templates [...]</description>
		<content:encoded><![CDATA[<p>[...] Disable widget areas (sidebars) without touching theme templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toronto real estate listings</title>
		<link>http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates#comment-139845</link>
		<dc:creator>Toronto real estate listings</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1495#comment-139845</guid>
		<description>This is a great way to make certain parts of your theme look and function differently from the rest of the theme!

Regards</description>
		<content:encoded><![CDATA[<p>This is a great way to make certain parts of your theme look and function differently from the rest of the theme!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
