<?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"
	>
<channel>
	<title>Comments on: Creating Custom Page Templates</title>
	<atom:link href="http://www.stuff.yellowswordfish.com/creating-custom-page-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuff.yellowswordfish.com</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 15:25:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Yellow Swordfish</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44988</link>
		<dc:creator>Yellow Swordfish</dc:creator>
		<pubDate>Sat, 28 Jun 2008 17:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44988</guid>
		<description>@Jeff: The width statements are the ones that control column size</description>
		<content:encoded><![CDATA[<p>@Jeff: The width statements are the ones that control column size</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /Seventy-Two &#187; links for 2008-06-27</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44947</link>
		<dc:creator>/Seventy-Two &#187; links for 2008-06-27</dc:creator>
		<pubDate>Fri, 27 Jun 2008 03:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44947</guid>
		<description>[...] Creating Custom Page Templates &#124; Stuff at Yellow Swordfish (tags: wordrpess howto tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Custom Page Templates | Stuff at Yellow Swordfish (tags: wordrpess howto tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44886</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 25 Jun 2008 02:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44886</guid>
		<description>I am also stuck on step 5. I don't have anything with .narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;

}

There's a lot that refers to content, but nothing that states column size. I'm new at this, so please be gentle. What should I be looking for? There is a line that looks like this: 
/* Main - Content */
	
	#content {
		float: left;
		width: 570px;
		padding: 6px 16px 0 16px;
	}

Should I replace this code with the suggested code? 

Thanks

Jeffs last blog post..&lt;a href="http://tech4teachers.info/?p=8" rel="nofollow"&gt;test 2&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I am also stuck on step 5. I don&#8217;t have anything with .narrowcolumn {<br />
float: left;<br />
padding: 0 0 20px 45px;<br />
margin: 0px 0 0;<br />
width: 450px;</p>
<p>}</p>
<p>There&#8217;s a lot that refers to content, but nothing that states column size. I&#8217;m new at this, so please be gentle. What should I be looking for? There is a line that looks like this:<br />
/* Main - Content */</p>
<p>	#content {<br />
		float: left;<br />
		width: 570px;<br />
		padding: 6px 16px 0 16px;<br />
	}</p>
<p>Should I replace this code with the suggested code? </p>
<p>Thanks</p>
<p>Jeffs last blog post..<a href="http://tech4teachers.info/?p=8" rel="nofollow">test 2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44785</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 22 Jun 2008 19:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44785</guid>
		<description>Somehow, the code example got mangled on my previous post ...</description>
		<content:encoded><![CDATA[<p>Somehow, the code example got mangled on my previous post &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44784</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 22 Jun 2008 19:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-44784</guid>
		<description>Andy,

First of all let me say how much I like this plugin. The design appears to be very well thought out with quite an attention to detail. Your administration interface is top notch. I'm currently using Phorum, which is too clunky. As soon as I transfer some funds to my PayPal account, I'm going to send in my donation.

Your support instructions are excellent, too. I followed your tutorial to the letter but still had that pesky sidebar to deal with. I thought the fix was beyond my expertise but nonetheless I studied the code a bit and realized that my theme (Pop Blue) had an additional class in the style.css template called "entry." 

So, I duplicated that class, pasted the text under the "entry" class, changed the class name to "entrynosidebar" and modified the width to 800px (and then saved the template). Finally, I returned to the new forum.php template I created and replaced  with . Upon reloading the forum, I discovered that the sidebar was gone, and the problem was solved! 

ORIGINAL PAGE.PHP
-------------------------------------


	
	&#60;div class="post" id="post-"&#62;
	

NEW FORUM.PHP
-------------------------------------


	
	&#60;div class="post" id="post-"&#62;
	

Thanks for a great Wordpress plugin,

Mike</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>First of all let me say how much I like this plugin. The design appears to be very well thought out with quite an attention to detail. Your administration interface is top notch. I&#8217;m currently using Phorum, which is too clunky. As soon as I transfer some funds to my PayPal account, I&#8217;m going to send in my donation.</p>
<p>Your support instructions are excellent, too. I followed your tutorial to the letter but still had that pesky sidebar to deal with. I thought the fix was beyond my expertise but nonetheless I studied the code a bit and realized that my theme (Pop Blue) had an additional class in the style.css template called &#8220;entry.&#8221; </p>
<p>So, I duplicated that class, pasted the text under the &#8220;entry&#8221; class, changed the class name to &#8220;entrynosidebar&#8221; and modified the width to 800px (and then saved the template). Finally, I returned to the new forum.php template I created and replaced  with . Upon reloading the forum, I discovered that the sidebar was gone, and the problem was solved! </p>
<p>ORIGINAL PAGE.PHP<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>	&lt;div class=&#8221;post&#8221; id=&#8221;post-&#8221;&gt;</p>
<p>NEW FORUM.PHP<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>	&lt;div class=&#8221;post&#8221; id=&#8221;post-&#8221;&gt;</p>
<p>Thanks for a great Wordpress plugin,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapan Bhanot</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-43463</link>
		<dc:creator>Tapan Bhanot</dc:creator>
		<pubDate>Thu, 22 May 2008 10:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-43463</guid>
		<description>Hi,

That it works great. You won't believe what stuff I have tried to get it done and in the last yours has worked.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That it works great. You won&#8217;t believe what stuff I have tried to get it done and in the last yours has worked.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhruva Sagar</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-43042</link>
		<dc:creator>Dhruva Sagar</dc:creator>
		<pubDate>Wed, 14 May 2008 06:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-43042</guid>
		<description>Your tutorial worked fine on my new theme :).
Thanks again for your hard work.</description>
		<content:encoded><![CDATA[<p>Your tutorial worked fine on my new theme :).<br />
Thanks again for your hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kız Oyunları</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-41604</link>
		<dc:creator>Kız Oyunları</dc:creator>
		<pubDate>Wed, 23 Apr 2008 00:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-41604</guid>
		<description>page.php and forum.php ..
Yes, 
Thanks for a lot messages.....</description>
		<content:encoded><![CDATA[<p>page.php and forum.php ..<br />
Yes,<br />
Thanks for a lot messages&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grumpy</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-41143</link>
		<dc:creator>Grumpy</dc:creator>
		<pubDate>Thu, 17 Apr 2008 21:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-41143</guid>
		<description>Andy,

This is one great tutorial.  I'm using WP 2.5 and a highly styled version of the 	contempt_v2 theme.  Following your directions to the letter brought me to a new forums page that still had the 'inherited' narrow width.  To solve the problem, all I did was create another division id in my theme css with the corrected widths, etc. and it worked beautifully.

Thanks for all you do,

Glenn</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>This is one great tutorial.  I&#8217;m using WP 2.5 and a highly styled version of the 	contempt_v2 theme.  Following your directions to the letter brought me to a new forums page that still had the &#8216;inherited&#8217; narrow width.  To solve the problem, all I did was create another division id in my theme css with the corrected widths, etc. and it worked beautifully.</p>
<p>Thanks for all you do,</p>
<p>Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinto</title>
		<link>http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-34270</link>
		<dc:creator>Pinto</dc:creator>
		<pubDate>Sun, 09 Mar 2008 03:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuff.yellowswordfish.com/creating-custom-page-templates/#comment-34270</guid>
		<description>i got it to work, cool thing nicely done tot...</description>
		<content:encoded><![CDATA[<p>i got it to work, cool thing nicely done tot&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
