<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: remove side bar from 1 page</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: remove side bar from 1 page</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 06:07:13 +0000</pubDate>

<item>
<title>chaoskaizer on "remove side bar from 1 page"</title>
<link>http://wordpress.org/support/topic/263478#post-1050774</link>
<pubDate>Mon, 20 Apr 2009 10:11:57 +0000</pubDate>
<dc:creator>chaoskaizer</dc:creator>
<guid isPermaLink="false">1050774@http://wordpress.org/support/</guid>
<description>&#60;p&#62;try place it after the closing PHP tag &#60;code&#62;?&#38;gt;&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>halo117 on "remove side bar from 1 page"</title>
<link>http://wordpress.org/support/topic/263478#post-1050681</link>
<pubDate>Mon, 20 Apr 2009 06:21:16 +0000</pubDate>
<dc:creator>halo117</dc:creator>
<guid isPermaLink="false">1050681@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It didnt work it jack my stuff up bad. I had to reload the function file.&#60;br /&#62;
Maybe i put it in the wrong spot I put it at the bottom just before the close tag.
&#60;/p&#62;</description>
</item>
<item>
<title>chaoskaizer on "remove side bar from 1 page"</title>
<link>http://wordpress.org/support/topic/263478#post-1050508</link>
<pubDate>Mon, 20 Apr 2009 01:21:04 +0000</pubDate>
<dc:creator>chaoskaizer</dc:creator>
<guid isPermaLink="false">1050508@http://wordpress.org/support/</guid>
<description>&#60;p&#62;if you are using WP 2.5 or later you can try the following &#38;darr; place the code inside your theme's &#60;code&#62;function.php&#60;/code&#62;.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_action(&#38;#39;wp_head&#38;#39;,&#38;#39;wpi_custom_page_styles&#38;#39;,11);

function wpi_custom_page_styles(){

 // &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page&#60;/a&#62;
 $pid = &#38;#39;refi-google-search&#38;#39;; 

 if (is_page($pid) ): ?&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
 /* full width 926px + 25px (left &#38;amp;amp; right) padding */
 #content{ width: 901px }
&#38;lt;/style&#38;gt;
&#38;lt;?php endif; } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>halo117 on "remove side bar from 1 page"</title>
<link>http://wordpress.org/support/topic/263478#post-1050379</link>
<pubDate>Sun, 19 Apr 2009 22:07:19 +0000</pubDate>
<dc:creator>halo117</dc:creator>
<guid isPermaLink="false">1050379@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi I am looking to remove the side bar from one page one my blog.&#60;br /&#62;
And I got it of with the help of this thread &#60;a href=&#34;http://wordpress.org/support/topic/168199?replies=32&#34;&#62;here&#60;/a&#62;&#60;br /&#62;
.&#60;br /&#62;
But i cant get the page to widen out to fill the side bar.&#60;/p&#62;
&#60;p&#62;if you look at my &#60;a href=&#34;http://refinancingfha.net/refi-google-search?cx=partner-pub-0873258720533030%3Agb6pa-61pyt&#38;amp;cof=FORID%3A10&#38;amp;ie=ISO-8859-1&#38;amp;q=refi&#38;amp;sa=Search#1149&#34;&#62;blog&#60;/a&#62; you will see what I am talking about&#60;br /&#62;
the google search page gets cut off any help would be great. Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
