<?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 Template Pages in Thesis Theme</title>
	<atom:link href="http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/</link>
	<description>Web Zero to Web Hero</description>
	<lastBuildDate>Tue, 17 Apr 2012 07:59:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-30264</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Fri, 24 Jun 2011 19:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-30264</guid>
		<description>Tobias, that&#039;s definitely one way to do it. A third option is put the code in it&#039;s own file in custom/, then include that file into functions.php.</description>
		<content:encoded><![CDATA[<p>Tobias, that&#8217;s definitely one way to do it. A third option is put the code in it&#8217;s own file in custom/, then include that file into functions.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-30263</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Fri, 24 Jun 2011 19:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-30263</guid>
		<description>Slade, Dreamweaver is out of my bailiwick. Good luck!</description>
		<content:encoded><![CDATA[<p>Slade, Dreamweaver is out of my bailiwick. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Freelancing - What you're really paying for &#124; Website In A Weekend</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-22286</link>
		<dc:creator>WordPress Freelancing - What you're really paying for &#124; Website In A Weekend</dc:creator>
		<pubDate>Tue, 15 Mar 2011 08:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-22286</guid>
		<description>[...] just finished up a small WordPress freelancing job which involved updating my Thesis custom page template code. This was a really fun piece of work, and I updated Whitepaper #3 as [...]</description>
		<content:encoded><![CDATA[<p>[...] just finished up a small WordPress freelancing job which involved updating my Thesis custom page template code. This was a really fun piece of work, and I updated Whitepaper #3 as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slade powers</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-20589</link>
		<dc:creator>slade powers</dc:creator>
		<pubDate>Sat, 29 Jan 2011 19:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-20589</guid>
		<description>i hope i&#039;m in the right place...
i&#039;m running wp 3.0 and thesis 1.8 and would like to know how to create a link to a text document. better said; I want to create a link in my footer to a privacy statement and a user policy, both text documents.
any suggestions? i&#039;m really green at this. the internet tutorials have helped but press through to all issues but mine. i use dreamweaver so i create the css, html, php, etc from scratch. this is really different than from scratch. thesis does it all for you. i just don&#039;t know where to put the 2 documents (the server, no doubt) but how to upload the docs via Thesis is the question.
Thanks to all that can help. Greetings from Santa Barbara, Ca</description>
		<content:encoded><![CDATA[<p>i hope i&#8217;m in the right place&#8230;<br />
i&#8217;m running wp 3.0 and thesis 1.8 and would like to know how to create a link to a text document. better said; I want to create a link in my footer to a privacy statement and a user policy, both text documents.<br />
any suggestions? i&#8217;m really green at this. the internet tutorials have helped but press through to all issues but mine. i use dreamweaver so i create the css, html, php, etc from scratch. this is really different than from scratch. thesis does it all for you. i just don&#8217;t know where to put the 2 documents (the server, no doubt) but how to upload the docs via Thesis is the question.<br />
Thanks to all that can help. Greetings from Santa Barbara, Ca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Wright</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-19114</link>
		<dc:creator>Tobias Wright</dc:creator>
		<pubDate>Mon, 13 Dec 2010 20:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-19114</guid>
		<description>This has been very helpful. Thanks for the getting me in the right direction for building custom templates. I&#039;ve been doing the alternative method you mentioned for a while, but too found it clunky and hard to follow.

The one thing I chose to do is keep all the code in the new page template and skipping the custom_functions file all together, but I will document in the custon_functions file where to find this page if anyone comes looking for it.

Bravo sir. Thanks again.</description>
		<content:encoded><![CDATA[<p>This has been very helpful. Thanks for the getting me in the right direction for building custom templates. I&#8217;ve been doing the alternative method you mentioned for a while, but too found it clunky and hard to follow.</p>
<p>The one thing I chose to do is keep all the code in the new page template and skipping the custom_functions file all together, but I will document in the custon_functions file where to find this page if anyone comes looking for it.</p>
<p>Bravo sir. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Fast Techniques for Thesis Theme custom_functions.php &#124; Website In A Weekend</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-17659</link>
		<dc:creator>3 Fast Techniques for Thesis Theme custom_functions.php &#124; Website In A Weekend</dc:creator>
		<pubDate>Tue, 16 Nov 2010 07:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-17659</guid>
		<description>[...] Suppose you have, as I have, a collection of Thesis custom page templates. [...]</description>
		<content:encoded><![CDATA[<p>[...] Suppose you have, as I have, a collection of Thesis custom page templates. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saturday Morning Surfing: when a bug is unfixable; leave it alone &#124; Website In A Weekend</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-17607</link>
		<dc:creator>Saturday Morning Surfing: when a bug is unfixable; leave it alone &#124; Website In A Weekend</dc:creator>
		<pubDate>Sat, 13 Nov 2010 17:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-17607</guid>
		<description>[...] of the things I have to keep track of is the Thesis custom_functions.php source file for my Thesis custom template pages. This file sits on the web server of course, but also in a source code repository, and in a local [...]</description>
		<content:encoded><![CDATA[<p>[...] of the things I have to keep track of is the Thesis custom_functions.php source file for my Thesis custom template pages. This file sits on the web server of course, but also in a source code repository, and in a local [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-16541</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Sun, 17 Oct 2010 17:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-16541</guid>
		<description>I recommend you pay me $300 immediately and I&#039;ll get right to work on updating this article.

Thanks!</description>
		<content:encoded><![CDATA[<p>I recommend you pay me $300 immediately and I&#8217;ll get right to work on updating this article.</p>
<p>Thanks!<br />
<span class="cluv">Dave Doolin&#180;s last post ..<a class="0586104664 16541" href="http://website-in-a-weekend.net/creating-content/scribe-seo-indepth-review-tool/">Scribe SEO- An In-depth review and why your blog needs this tool</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LIC India</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-16515</link>
		<dc:creator>LIC India</dc:creator>
		<pubDate>Sun, 17 Oct 2010 06:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-16515</guid>
		<description>I heard a lot of people talking about thesis is simple. I am not a coder and I find it very hard to do anything on it.

I have thesis 1.8 

Dev, let me know, if you have any recommendation</description>
		<content:encoded><![CDATA[<p>I heard a lot of people talking about thesis is simple. I am not a coder and I find it very hard to do anything on it.</p>
<p>I have thesis 1.8 </p>
<p>Dev, let me know, if you have any recommendation<br />
<span class="cluv">LIC India&#180;s last post ..<a class="9b7d4b353c 16515" rel="nofollow" href="http://feedproxy.google.com/~r/MyLicIndia/~3/GuSQv4JmMfY/">Mortgage Redemption Assurance</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Doolin</title>
		<link>http://website-in-a-weekend.net/extending-wordpress/create-custom-template-pages-thesis-theme/comment-page-1/#comment-14766</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Sat, 14 Aug 2010 19:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=2221#comment-14766</guid>
		<description>As I recall, thesis_hook_custom_template gives you one page template at a time.  I wrote some test code to check it out.

What I&#039;m doing here is a bit different.

Several months ago I went a dozen rounds of comments with someone who, as it turned out, didn&#039;t actually read the article.

Not sure I&#039;m going to stay with Thesis.  2010 theme looks pretty sweet, and it&#039;s going to evolve quickly I&#039;m sure.</description>
		<content:encoded><![CDATA[<p>As I recall, thesis_hook_custom_template gives you one page template at a time.  I wrote some test code to check it out.</p>
<p>What I&#8217;m doing here is a bit different.</p>
<p>Several months ago I went a dozen rounds of comments with someone who, as it turned out, didn&#8217;t actually read the article.</p>
<p>Not sure I&#8217;m going to stay with Thesis.  2010 theme looks pretty sweet, and it&#8217;s going to evolve quickly I&#8217;m sure.<br />
<span class="cluv">Dave Doolin&#180;s last post ..<a class="b496f1c0fe 14766" href="http://website-in-a-weekend.net/blogging-business/blog-post-engineering-072-ready-roll/">Blog Post Engineering 072 ready to roll</a></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

