<?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 remove the sidebar from a certain page?</title>
	<atom:link href="http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/</link>
	<description>Code Snippets and more ...</description>
	<lastBuildDate>Mon, 09 Aug 2010 20:51:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: egarcia</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-59</link>
		<dc:creator>egarcia</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-59</guid>
		<description>mm I think I found a solution:

&lt;code&gt;
function remove_access_action() {
  remove_action(&#039;thematic_header&#039;,&#039;thematic_access&#039;,9);
}
add_action(&#039;init&#039;, &#039;remove_access_action&#039;);

function splendeo_access() {
  if (!is_home()) {
    return thematic_access();
  }
}
add_action(&#039;thematic_header&#039;,&#039;splendeo_access&#039;,9);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>mm I think I found a solution:</p>
<p><code><br />
function remove_access_action() {<br />
  remove_action('thematic_header','thematic_access',9);<br />
}<br />
add_action('init', 'remove_access_action');</p>
<p>function splendeo_access() {<br />
  if (!is_home()) {<br />
    return thematic_access();<br />
  }<br />
}<br />
add_action('thematic_header','splendeo_access',9);<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egarcia</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-58</link>
		<dc:creator>egarcia</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-58</guid>
		<description>I&#039;ve been able to remove the sidebar from the home page.

I was wondering if it&#039;s possible to do the same with the menu bar (called &quot;access&quot; on thematic-lingo, I believe).

It seems that there are no &quot;filters&quot; for &quot;filtering out&quot; the access bar. How would you go about filtering out the menu bar then?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been able to remove the sidebar from the home page.</p>
<p>I was wondering if it&#8217;s possible to do the same with the menu bar (called &#8220;access&#8221; on thematic-lingo, I believe).</p>
<p>It seems that there are no &#8220;filters&#8221; for &#8220;filtering out&#8221; the access bar. How would you go about filtering out the menu bar then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-53</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-53</guid>
		<description>Ok, after spending over a week with this problem, I stumbled upon a solution myself.</description>
		<content:encoded><![CDATA[<p>Ok, after spending over a week with this problem, I stumbled upon a solution myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-45</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 14 Jun 2010 01:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-45</guid>
		<description>Hello Chris,

I&#039;m trying to use the style.css to make the colors on my header and footer extend all the way out to the edge of my browser. Just as if it were a liquid layout. I&#039;m new to PHP, and I&#039;m having the hardest time making the colors extend out to the edge of the browser.

I am using the Thematic Options child theme, which I found online and downloaded for Wordpress. I also had to change my server&#039;s PHP from 4.4.9 to PHP 5 so that the theme would work.

Can you please point me to the right code and where to change it in the style.css, etc?</description>
		<content:encoded><![CDATA[<p>Hello Chris,</p>
<p>I&#8217;m trying to use the style.css to make the colors on my header and footer extend all the way out to the edge of my browser. Just as if it were a liquid layout. I&#8217;m new to PHP, and I&#8217;m having the hardest time making the colors extend out to the edge of the browser.</p>
<p>I am using the Thematic Options child theme, which I found online and downloaded for WordPress. I also had to change my server&#8217;s PHP from 4.4.9 to PHP 5 so that the theme would work.</p>
<p>Can you please point me to the right code and where to change it in the style.css, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-43</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 05 Jun 2010 11:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-43</guid>
		<description>Chris,
Thank you for the straight forward answers and code. I needed to do exactly this (remove sidebars on one page) and it worked perfectly. Now, another question...

I have blog-title and sf-menu on the same baseline in the header, or so it appears visually, with #branding and #access overlapping. Since #access is on top it&#039;s keeping the blog-title link from working. How can I simply move sf-menu into the #branding div and delete #access? I tried to work backwards through the templates but  it seems that everything it constructed with functions such that I cannot simply move divs or copy PHP code from one div to another. Please explain how to move stuff around. Thanks.</description>
		<content:encoded><![CDATA[<p>Chris,<br />
Thank you for the straight forward answers and code. I needed to do exactly this (remove sidebars on one page) and it worked perfectly. Now, another question&#8230;</p>
<p>I have blog-title and sf-menu on the same baseline in the header, or so it appears visually, with #branding and #access overlapping. Since #access is on top it&#8217;s keeping the blog-title link from working. How can I simply move sf-menu into the #branding div and delete #access? I tried to work backwards through the templates but  it seems that everything it constructed with functions such that I cannot simply move divs or copy PHP code from one div to another. Please explain how to move stuff around. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-38</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 24 May 2010 09:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-38</guid>
		<description>Note that is_home() is picky when it comes to static pages. See &lt;a href=&quot;http://codex.wordpress.org/Conditional_Tags#The_Main_Page&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Conditional_Tags#The_Main_Page&lt;/a&gt; to see when is_home() returns TRUE. 

For a static home page, is_front_page()  might be a better choice.</description>
		<content:encoded><![CDATA[<p>Note that is_home() is picky when it comes to static pages. See <a href="http://codex.wordpress.org/Conditional_Tags#The_Main_Page" rel="nofollow">http://codex.wordpress.org/Conditional_Tags#The_Main_Page</a> to see when is_home() returns TRUE. </p>
<p>For a static home page, is_front_page()  might be a better choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perplex</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-36</link>
		<dc:creator>perplex</dc:creator>
		<pubDate>Sun, 02 May 2010 09:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-36</guid>
		<description>you are a genius. thank you so much!</description>
		<content:encoded><![CDATA[<p>you are a genius. thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-34</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sun, 18 Apr 2010 19:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-34</guid>
		<description>brill code, thanks Chris. the last bit was exactly what i was after.</description>
		<content:encoded><![CDATA[<p>brill code, thanks Chris. the last bit was exactly what i was after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shipra</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-33</link>
		<dc:creator>Shipra</dc:creator>
		<pubDate>Sat, 17 Apr 2010 00:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-33</guid>
		<description>I found your answer here (thanks!):
http://themeshaper.com/forums/topic/sidebar-on-all-pages-but-homepage</description>
		<content:encoded><![CDATA[<p>I found your answer here (thanks!):<br />
<a href="http://themeshaper.com/forums/topic/sidebar-on-all-pages-but-homepage" rel="nofollow">http://themeshaper.com/forums/topic/sidebar-on-all-pages-but-homepage</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shipra</title>
		<link>http://programming.thematic4you.com/2010/01/how-to-remove-the-sidebar-from-a-certain-page/comment-page-1/#comment-32</link>
		<dc:creator>Shipra</dc:creator>
		<pubDate>Fri, 16 Apr 2010 16:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://programming.thematic4you.com/?p=20#comment-32</guid>
		<description>Thanks for this forum! I had another variation for the question - What if I want to get rid off &quot;only&quot; the primary aside on the home page?</description>
		<content:encoded><![CDATA[<p>Thanks for this forum! I had another variation for the question &#8211; What if I want to get rid off &#8220;only&#8221; the primary aside on the home page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
