<?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: Thesis: Applying Functions Only to Specific Pages</title>
	<atom:link href="http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html</link>
	<description>Increase proficiency. Decrease profanity.</description>
	<lastBuildDate>Fri, 23 Jul 2010 02:00:27 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacob</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4487</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 20 Jul 2010 04:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4487</guid>
		<description>Exactly what I was looking for - worked perfectly. Instructions and explanations are clear, easy to understand, and thorough.

This is a perfect example of how thesis tutorials should be done (and I&#039;ve read plenty recently...)</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for - worked perfectly. Instructions and explanations are clear, easy to understand, and thorough.</p>
<p>This is a perfect example of how thesis tutorials should be done (and I've read plenty recently...)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4479</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Sun, 11 Jul 2010 21:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4479</guid>
		<description>John, can you send me an email (Thesis@TechForLuddites.com) with a link to your site and the page you want to customize? It will make it easier for me to figure out what specific code you need.</description>
		<content:encoded><![CDATA[<p>John, can you send me an email (Thesis@TechForLuddites.com) with a link to your site and the page you want to customize? It will make it easier for me to figure out what specific code you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4476</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 11 Jul 2010 04:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4476</guid>
		<description>I have been trying to set up a wordpress website where the post on one of my pages is a little less wide than the post data on the other pages and I cannot for the life of me figure out how to set up the conditional to make that happen.  I keep on getting random syntax errors.  Any help?  

This is the code that I am trying to set up as conditional:



&lt;div class=&quot;post&quot; id=&quot;post-&quot;&gt;


&lt;?php the_content(&#039;Read the rest of this page &#187;&#039;); ?&gt;


The idea would be to set it up a duplicate of this language so I can make the statement conditional for (is_page(&#039;3&#039;)), allowing me to go in and edit the CSS.</description>
		<content:encoded><![CDATA[<p>I have been trying to set up a wordpress website where the post on one of my pages is a little less wide than the post data on the other pages and I cannot for the life of me figure out how to set up the conditional to make that happen.  I keep on getting random syntax errors.  Any help?  </p>
<p>This is the code that I am trying to set up as conditional:</p>
<p>&lt;div class=&quot;post&quot; id=&quot;post-"&gt;</p>
<p>&lt;?php the_content(&#039;Read the rest of this page &raquo;'); ?&gt;</p>
<p>The idea would be to set it up a duplicate of this language so I can make the statement conditional for (is_page('3')), allowing me to go in and edit the CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4451</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4451</guid>
		<description>Did you try thesis_hook_after_header? That shouldn&#039;t repeat multiple times for each post. You could also try thesis_hook_before_content_box or thesis_hook_before_content. Unfortunately I don&#039;t have time to test it out right now, but will try in the next few days if one of these doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Did you try thesis_hook_after_header? That shouldn't repeat multiple times for each post. You could also try thesis_hook_before_content_box or thesis_hook_before_content. Unfortunately I don't have time to test it out right now, but will try in the next few days if one of these doesn't work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Razzetti</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4449</link>
		<dc:creator>Gustavo Razzetti</dc:creator>
		<pubDate>Sun, 06 Jun 2010 22:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4449</guid>
		<description>Hi, nice tutorial. Only problem I have is I&#039;m applying to a specific category. It&#039;s working though the box it&#039;s appearing before every single post on the archive. What should I put on the function before_headline so that the  text box only appears once (at the post this category which happens to be an archive)? Thanks so much!! Gustavo</description>
		<content:encoded><![CDATA[<p>Hi, nice tutorial. Only problem I have is I'm applying to a specific category. It's working though the box it's appearing before every single post on the archive. What should I put on the function before_headline so that the  text box only appears once (at the post this category which happens to be an archive)? Thanks so much!! Gustavo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4445</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Sun, 06 Jun 2010 13:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4445</guid>
		<description>To change where the box appears on the page, you would change the hook named in the add_action line. Right now, it&#039;s thesis_hook_before_headline. You would change that to wherever you want it to appear, e.g. thesis_hook_after_header or thesis_hook_before_content. You can find more info about hooks in this post:

http://www.techforluddites.com/2010/01/thesis-hooks.html

Yes, it can be applied to category pages. For example, if you had a category called &quot;products&quot;, you would change the conditional statement in the code to &lt;code&gt;if (is_category(&#039;products&#039;)) {&lt;/code&gt;

Hope that helps.</description>
		<content:encoded><![CDATA[<p>To change where the box appears on the page, you would change the hook named in the add_action line. Right now, it's thesis_hook_before_headline. You would change that to wherever you want it to appear, e.g. thesis_hook_after_header or thesis_hook_before_content. You can find more info about hooks in this post:</p>
<p><a href="http://www.techforluddites.com/2010/01/thesis-hooks.html" rel="nofollow">http://www.techforluddites.com/2010/01/thesis-hooks.html</a></p>
<p>Yes, it can be applied to category pages. For example, if you had a category called "products", you would change the conditional statement in the code to <code>if (is_category('products')) {</code></p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo Razzetti</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4435</link>
		<dc:creator>Gustavo Razzetti</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4435</guid>
		<description>Hi, great tutorial Thanks!!
One question. How should I change the code if I want this box to appear below custom  header and above content of specific page?
Can this be applied to category pages?

thanks, Gustavo</description>
		<content:encoded><![CDATA[<p>Hi, great tutorial Thanks!!<br />
One question. How should I change the code if I want this box to appear below custom  header and above content of specific page?<br />
Can this be applied to category pages?</p>
<p>thanks, Gustavo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-2819</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Sat, 27 Mar 2010 00:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-2819</guid>
		<description>I&#039;m glad you&#039;ve found it helpful. Please feel free to send any specific questions you have about Thesis to me at Thesis@TechForLuddites.com and I&#039;ll do my best to answer them.</description>
		<content:encoded><![CDATA[<p>I'm glad you've found it helpful. Please feel free to send any specific questions you have about Thesis to me at <a href="mailto:Thesis@TechForLuddites.com">Thesis@TechForLuddites.com</a> and I'll do my best to answer them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-2818</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Fri, 26 Mar 2010 22:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-2818</guid>
		<description>I feel like I acquired a ton of knowledge reading this series. Thank you for taking the time to explain everything in such understandable terms.</description>
		<content:encoded><![CDATA[<p>I feel like I acquired a ton of knowledge reading this series. Thank you for taking the time to explain everything in such understandable terms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Applying Functions Only to Specific Pages in Thesis &#124; Coder Online</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-2289</link>
		<dc:creator>Applying Functions Only to Specific Pages in Thesis &#124; Coder Online</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-2289</guid>
		<description>[...] Link: Applying Functions Only to Specific Pages in Thesis [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: Applying Functions Only to Specific Pages in Thesis [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
