<?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, 20 Jan 2012 09:39:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How to Customize Thesis Theme for Wordpress - Silicon Shovel — Silicon Shovel</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4661</link>
		<dc:creator>How to Customize Thesis Theme for Wordpress - Silicon Shovel — Silicon Shovel</dc:creator>
		<pubDate>Mon, 13 Jun 2011 23:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4661</guid>
		<description>[...] This is a bit more advanced than Rae&#8217;s post but it goes a bit deeper into setting up conditional rules that make your thesis modifications only appear of specific pages. I created a conditional rule to [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a bit more advanced than Rae&#8217;s post but it goes a bit deeper into setting up conditional rules that make your thesis modifications only appear of specific pages. I created a conditional rule to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karina</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4633</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Wed, 27 Apr 2011 20:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4633</guid>
		<description>This is very helpful. I have one question though, lets say that I want to target the hook itself to only one page or category, what would the function for that look like. 

For instance, I&#039;m trying to add a search bar to my website that only shows up on certain category pages. 

The code for that hook is: add_action(&#039;thesis_hook_before_content_box&#039;, &#039;thesis_search_form&#039;);

But I cant&#039; figure out how to place it into a function that targets only certain pages. Any ideas?</description>
		<content:encoded><![CDATA[<p>This is very helpful. I have one question though, lets say that I want to target the hook itself to only one page or category, what would the function for that look like. </p>
<p>For instance, I'm trying to add a search bar to my website that only shows up on certain category pages. </p>
<p>The code for that hook is: add_action('thesis_hook_before_content_box', 'thesis_search_form');</p>
<p>But I cant' figure out how to place it into a function that targets only certain pages. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4587</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Sat, 19 Feb 2011 15:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4587</guid>
		<description>Thank you so much for your tutorial and going even further to explain the lines of code. It was extremely helpful and saved me a lot of time!!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for your tutorial and going even further to explain the lines of code. It was extremely helpful and saved me a lot of time!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customising Thesis Hooks for Specific Pages</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4579</link>
		<dc:creator>Customising Thesis Hooks for Specific Pages</dc:creator>
		<pubDate>Sat, 05 Feb 2011 14:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4579</guid>
		<description>[...] on which others in the same boat were asking the same question I was asking. Eventually I found Thesis: Applying Functions Only to Specific Pages by Techforluddites that had a real answer that I could work from and manipulate to my specific [...]</description>
		<content:encoded><![CDATA[<p>[...] on which others in the same boat were asking the same question I was asking. Eventually I found Thesis: Applying Functions Only to Specific Pages by Techforluddites that had a real answer that I could work from and manipulate to my specific [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gino</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4570</link>
		<dc:creator>Gino</dc:creator>
		<pubDate>Sat, 22 Jan 2011 04:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4570</guid>
		<description>Howdy,

This is great.  How do you modify the code, however, if you&#039;re using Openhook?  You would no longer need to define where the hook is placed since Openhook does that for you but you still need to code the conditional...how would that look using your example above for the About page but using Openhook to carry it out?

Thanks!  Awesome stuff!</description>
		<content:encoded><![CDATA[<p>Howdy,</p>
<p>This is great.  How do you modify the code, however, if you're using Openhook?  You would no longer need to define where the hook is placed since Openhook does that for you but you still need to code the conditional...how would that look using your example above for the About page but using Openhook to carry it out?</p>
<p>Thanks!  Awesome stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krzywykutas</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4535</link>
		<dc:creator>krzywykutas</dc:creator>
		<pubDate>Wed, 06 Oct 2010 00:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4535</guid>
		<description>this is pretty awesome post! thanks a lot :)

i have a question though..let&#039;s say I want to you use is_page(&#039;&#039;) conditional tag and specify more than one page id, is it possible to do that? What I want to do is apply certain theisis hooks to multiply pages (but not all of them) I have their page IDs but I have no idea how to use it with conditional tags

is it possible to do that?

Thanks again for your time. Your tutorial have already helped me a lot!</description>
		<content:encoded><![CDATA[<p>this is pretty awesome post! thanks a lot :)</p>
<p>i have a question though..let's say I want to you use is_page('') conditional tag and specify more than one page id, is it possible to do that? What I want to do is apply certain theisis hooks to multiply pages (but not all of them) I have their page IDs but I have no idea how to use it with conditional tags</p>
<p>is it possible to do that?</p>
<p>Thanks again for your time. Your tutorial have already helped me a lot!</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-4527</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Mon, 13 Sep 2010 00:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4527</guid>
		<description>I&#039;m not sure I understand your question. A hook is just a place within the code where you can insert functions that do what you want to do. And you use the custom_functions.php file to write those functions. There is a plug-in called OpenHook that lets you insert code into hooks without going into the php file itself, but you can&#039;t use it to add code to specific pages only. Here&#039;s a post I wrote about OpenHook:

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

I hope that helps.</description>
		<content:encoded><![CDATA[<p>I'm not sure I understand your question. A hook is just a place within the code where you can insert functions that do what you want to do. And you use the custom_functions.php file to write those functions. There is a plug-in called OpenHook that lets you insert code into hooks without going into the php file itself, but you can't use it to add code to specific pages only. Here's a post I wrote about OpenHook:</p>
<p><a href="http://www.techforluddites.com/2010/01/thesis-openhook.html" rel="nofollow">http://www.techforluddites.com/2010/01/thesis-openhook.html</a></p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hair Extensions Chicago</title>
		<link>http://www.techforluddites.com/2010/01/thesis-applying-functions-only-to-specific-pages.html/comment-page-1#comment-4518</link>
		<dc:creator>Hair Extensions Chicago</dc:creator>
		<pubDate>Wed, 01 Sep 2010 20:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techforluddites.com/?p=1879#comment-4518</guid>
		<description>Question, what if I just wanted to use thesis hooks and not go into the php file to make changes. For example, say I just wanted to word welcome to appear before the Navigation bar, but only on the home page? Can I use Thesis Hooks to accomplish this with a code? Thank you for this useful info!</description>
		<content:encoded><![CDATA[<p>Question, what if I just wanted to use thesis hooks and not go into the php file to make changes. For example, say I just wanted to word welcome to appear before the Navigation bar, but only on the home page? Can I use Thesis Hooks to accomplish this with a code? Thank you for this useful info!</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

