<?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: Create Custom Page Templates in WordPress Thesis</title>
	<atom:link href="http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/</link>
	<description>Open Source Website Development and Design</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:29:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: gille</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-13541</link>
		<dc:creator>gille</dc:creator>
		<pubDate>Sun, 25 Jul 2010 20:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-13541</guid>
		<description>so i have the same problem. I will create a template. But this template site show the other under sites. (Title, Pre-Pic, More Tag) I don&#039;t now what to do. can anyone help???

sry for bad englisch.</description>
		<content:encoded><![CDATA[<p>so i have the same problem. I will create a template. But this template site show the other under sites. (Title, Pre-Pic, More Tag) I don&#8217;t now what to do. can anyone help???</p>
<p>sry for bad englisch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hana</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12911</link>
		<dc:creator>hana</dc:creator>
		<pubDate>Thu, 03 Jun 2010 11:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12911</guid>
		<description>Hi,

Thanks for this thread!

I am trying to adjust one page (not post)&#039;s layout. All other pages are 3 column, but for this one I would like it to just be a one or a two column. I&#039;m not sure how to do this. Any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this thread!</p>
<p>I am trying to adjust one page (not post)&#8217;s layout. All other pages are 3 column, but for this one I would like it to just be a one or a two column. I&#8217;m not sure how to do this. Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12571</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Mon, 10 May 2010 13:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12571</guid>
		<description>As I said, you need to create a new file in the Thesis root directory. It&#039;s a &lt;a href=&quot;http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates&quot; rel=&quot;nofollow&quot;&gt;page template file&lt;/a&gt;. Not the ideal way to work with Thesis, but I believe the best/only way to do what you&#039;re asking.</description>
		<content:encoded><![CDATA[<p>As I said, you need to create a new file in the Thesis root directory. It&#8217;s a <a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates" rel="nofollow">page template file</a>. Not the ideal way to work with Thesis, but I believe the best/only way to do what you&#8217;re asking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saif</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12566</link>
		<dc:creator>Saif</dc:creator>
		<pubDate>Mon, 10 May 2010 07:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12566</guid>
		<description>Where I Will Put That Code Dear?</description>
		<content:encoded><![CDATA[<p>Where I Will Put That Code Dear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12563</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Mon, 10 May 2010 01:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12563</guid>
		<description>Saif, oh, I see. I don&#039;t believe you can do that with the custom template since it only controls the content area.

You would need to create a file in the root Thesis directory that contains something like:

&lt;?php
/**
 * Template Name: Blank Page
 *
 * Blank page with #content_area
 *
 */

	echo apply_filters(&#039;thesis_doctype&#039;, &#039;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&#039;) . &quot;\n&quot;;
?&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &lt;?php language_attributes(); ?&gt;&gt;

&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;

&lt;title&gt;PUT YOUR PAGE TITLE HERE&lt;/title&gt;

&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;&lt;?php bloginfo(&#039;html_type&#039;); ?&gt;; charset=&lt;?php bloginfo(&#039;charset&#039;); ?&gt;&quot; /&gt;

&lt;/head&gt;

&lt;body&lt;?php thesis_body_classes(); ?&gt;&gt;

&lt;?php

	echo &#039;&lt;div id=&quot;content_area&quot; class=&quot;full_width blank&quot;&gt;&#039; . &quot;\n&quot;;
	echo &#039;&lt;div class=&quot;page&quot;&gt;&#039; . &quot;\n&quot;;
	
		echo &#039;	&lt;div id=&quot;content_box&quot; class=&quot;no_sidebars&quot;&gt;&#039; . &quot;\n&quot;;
		thesis_content_column();
		echo &#039;	&lt;/div&gt;&#039; . &quot;\n&quot;;
	
	echo &#039;&lt;/div&gt;&#039; . &quot;\n&quot;;
	echo &#039;&lt;/div&gt;&#039; . &quot;\n&quot;;

?&gt;

&lt;/body&gt;
&lt;/html&gt;

Note that since you&#039;re wanting to exclude CSS etc you can&#039;t use the Thesis way of building the head area and therefore none of Thesis&#039; fancy SEO options for pages that use that template.</description>
		<content:encoded><![CDATA[<p>Saif, oh, I see. I don&#8217;t believe you can do that with the custom template since it only controls the content area.</p>
<p>You would need to create a file in the root Thesis directory that contains something like:</p>
<p>&lt;?php<br />
/**<br />
 * Template Name: Blank Page<br />
 *<br />
 * Blank page with #content_area<br />
 *<br />
 */</p>
<p>	echo apply_filters(&#8216;thesis_doctype&#8217;, &#8216;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&#8217;) . &quot;\n&quot;;<br />
?&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &lt;?php language_attributes(); ?&gt;&gt;</p>
<p>&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt;</p>
<p>&lt;title&gt;PUT YOUR PAGE TITLE HERE&lt;/title&gt;</p>
<p>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;&lt;?php bloginfo(&#8216;html_type&#8217;); ?&gt;; charset=&lt;?php bloginfo(&#8216;charset&#8217;); ?&gt;&quot; /&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&lt;?php thesis_body_classes(); ?&gt;&gt;</p>
<p>&lt;?php</p>
<p>	echo &#8216;&lt;div id=&quot;content_area&quot; class=&quot;full_width blank&quot;&gt;&#8217; . &quot;\n&quot;;<br />
	echo &#8216;&lt;div class=&quot;page&quot;&gt;&#8217; . &quot;\n&quot;;</p>
<p>		echo &#8216;	&lt;div id=&quot;content_box&quot; class=&quot;no_sidebars&quot;&gt;&#8217; . &quot;\n&quot;;<br />
		thesis_content_column();<br />
		echo &#8216;	&lt;/div&gt;&#8217; . &quot;\n&quot;;</p>
<p>	echo &#8216;&lt;/div&gt;&#8217; . &quot;\n&quot;;<br />
	echo &#8216;&lt;/div&gt;&#8217; . &quot;\n&quot;;</p>
<p>?&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>Note that since you&#8217;re wanting to exclude CSS etc you can&#8217;t use the Thesis way of building the head area and therefore none of Thesis&#8217; fancy SEO options for pages that use that template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saif</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12546</link>
		<dc:creator>Saif</dc:creator>
		<pubDate>Sat, 08 May 2010 12:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12546</guid>
		<description>No No... I do know that. But I want to say that i want to make a static page in wordpress. on that page i want to use thesis&#039;s custom template. but i have some requirements. 
The Page Will Not Load Any Javascripts
The Page Will Not Load Any Externel CSS
The Page Will Not Load Any Images.

Can You Please Tell Me How to make that kind of custom template in thesis theme?</description>
		<content:encoded><![CDATA[<p>No No&#8230; I do know that. But I want to say that i want to make a static page in wordpress. on that page i want to use thesis&#8217;s custom template. but i have some requirements.<br />
The Page Will Not Load Any Javascripts<br />
The Page Will Not Load Any Externel CSS<br />
The Page Will Not Load Any Images.</p>
<p>Can You Please Tell Me How to make that kind of custom template in thesis theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristarella</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12545</link>
		<dc:creator>Kristarella</dc:creator>
		<pubDate>Sat, 08 May 2010 12:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12545</guid>
		<description>Sorry, Saif: autocorrect changed your name there. Anyway, No Sidebars can be found in the page template dropdown.</description>
		<content:encoded><![CDATA[<p>Sorry, Saif: autocorrect changed your name there. Anyway, No Sidebars can be found in the page template dropdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristarella</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12544</link>
		<dc:creator>Kristarella</dc:creator>
		<pubDate>Sat, 08 May 2010 12:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12544</guid>
		<description>Said, Thesis already has a no sidebar page template.</description>
		<content:encoded><![CDATA[<p>Said, Thesis already has a no sidebar page template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saif Hassan</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-12540</link>
		<dc:creator>Saif Hassan</dc:creator>
		<pubDate>Sat, 08 May 2010 07:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-12540</guid>
		<description>Hi...
I am a Thesis User. I would like to make a template without sidebar, without any images, without javascripts.Do You KnoW how to do that ?</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
I am a Thesis User. I would like to make a template without sidebar, without any images, without javascripts.Do You KnoW how to do that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://webdevstudios.com/blog/how-to-create-custom-page-templates-in-wordpress-thesis/comment-page-1/#comment-10140</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 02 Feb 2010 02:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://webdevstudios.com/?p=1218#comment-10140</guid>
		<description>How are you supposed to edit the markup for search results? Why is the documentation for this theme so poor when so many people seem to be paying fo it?</description>
		<content:encoded><![CDATA[<p>How are you supposed to edit the markup for search results? Why is the documentation for this theme so poor when so many people seem to be paying fo it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: webdevstudios.com @ 2010-07-29 16:58:09 -->