<?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 Use Hooks in Thesis Theme?</title>
	<atom:link href="http://fourblogger.com/how-to-use-hooks-in-thesis-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/</link>
	<description>Thesis Theme Customization Tutorials and Wordpress Blogging Video Tutorials</description>
	<lastBuildDate>Fri, 11 May 2012 04:38:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeb</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-9724</link>
		<dc:creator>Jeb</dc:creator>
		<pubDate>Fri, 03 Jun 2011 15:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-9724</guid>
		<description>Hello,
Sort of off the topic here, but what if I have 3 things on the same hook...how to I determine the order in which they appear? I want them all there, but I want them in a certain order and they are not defaulting to the way I want them. 

Any insight would be great. Thanks...Jeb</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Sort of off the topic here, but what if I have 3 things on the same hook&#8230;how to I determine the order in which they appear? I want them all there, but I want them in a certain order and they are not defaulting to the way I want them. </p>
<p>Any insight would be great. Thanks&#8230;Jeb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-8479</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 16 Apr 2011 08:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-8479</guid>
		<description>Thanks for great feedback. Your site looks great. Best Wishes!</description>
		<content:encoded><![CDATA[<p>Thanks for great feedback. Your site looks great. Best Wishes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aliza Shehpatii</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-8477</link>
		<dc:creator>Aliza Shehpatii</dc:creator>
		<pubDate>Sat, 16 Apr 2011 07:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-8477</guid>
		<description>Just bought Thesis for a few days and still looking around for a useful hints on hooks and functions for a newbie cum non-technical guy like me.

Thankfully I’ve managed to discover your site, SURESH. A simple yet meaningful guidance for me to start loving my thesis and make it worth every penny I’ve spent!</description>
		<content:encoded><![CDATA[<p>Just bought Thesis for a few days and still looking around for a useful hints on hooks and functions for a newbie cum non-technical guy like me.</p>
<p>Thankfully I’ve managed to discover your site, SURESH. A simple yet meaningful guidance for me to start loving my thesis and make it worth every penny I’ve spent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-6219</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Mon, 09 Aug 2010 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-6219</guid>
		<description>John, I use Thesis for  websites also (example: http://noonetime.com/) ... I think what you are doing with CSS is perfectly legit... my thoughts is do what works and what is elegant, however the most powerful feature of thesis is its hooks. I think the more you use it, the more you will see.</description>
		<content:encoded><![CDATA[<p>John, I use Thesis for  websites also (example: <a href="http://noonetime.com/" rel="nofollow">http://noonetime.com/</a>) &#8230; I think what you are doing with CSS is perfectly legit&#8230; my thoughts is do what works and what is elegant, however the most powerful feature of thesis is its hooks. I think the more you use it, the more you will see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-6198</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 08 Aug 2010 02:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-6198</guid>
		<description>I&#039;m just starting to use Thesis for a new website  — nothing much there yet, structure not even finished.
I have never built an entire site with WP so this is really interesting and a challenge to my 65 year old brain.
While I can see the advantage of Hooks in many instances and have already used some simple hooks, I can&#039;t understand why using them to change the header image is more advantageous than a simple .custom #header.
All I did was added this to the custom.css
.custom #header {
height:200px;
padding-top:0;
padding-bottom:0;
background:url(images/layout/banner.png) center left no-repeat;
border-width:0;
}
While it&#039;s probably not as sophisticated as hooks, I felt like it was much safer for someone who knows virtually nothing about php.
Am I missing something? Thanks for your time</description>
		<content:encoded><![CDATA[<p>I&#8217;m just starting to use Thesis for a new website  — nothing much there yet, structure not even finished.<br />
I have never built an entire site with WP so this is really interesting and a challenge to my 65 year old brain.<br />
While I can see the advantage of Hooks in many instances and have already used some simple hooks, I can&#8217;t understand why using them to change the header image is more advantageous than a simple .custom #header.<br />
All I did was added this to the custom.css<br />
.custom #header {<br />
height:200px;<br />
padding-top:0;<br />
padding-bottom:0;<br />
background:url(images/layout/banner.png) center left no-repeat;<br />
border-width:0;<br />
}<br />
While it&#8217;s probably not as sophisticated as hooks, I felt like it was much safer for someone who knows virtually nothing about php.<br />
Am I missing something? Thanks for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-4349</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-4349</guid>
		<description>hai saif,

 Thanks for your words... You can do thesis customization by yourself by watching our thesis tutorials on &lt;a href=&quot;http://youtube.com/fourblogger&quot; rel=&quot;nofollow&quot;&gt;youtube channe&lt;/a&gt;l</description>
		<content:encoded><![CDATA[<p>hai saif,</p>
<p> Thanks for your words&#8230; You can do thesis customization by yourself by watching our thesis tutorials on <a href="http://youtube.com/fourblogger" rel="nofollow">youtube channe</a>l</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-4341</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-4341</guid>
		<description>hai saif,

I give general structure for custom function code for you query..
paste your keyboard layout code  mentioned in the link...
 copy and paste this code in custom_function.php file
cet the code here &lt;a href=&quot;http://pastebin.com/raw.php?i=0Nizfrwv&quot; rel=&quot;nofollow&quot;&gt;keyboard layout&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>hai saif,</p>
<p>I give general structure for custom function code for you query..<br />
paste your keyboard layout code  mentioned in the link&#8230;<br />
 copy and paste this code in custom_function.php file<br />
cet the code here <a href="http://pastebin.com/raw.php?i=0Nizfrwv" rel="nofollow">keyboard layout</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-4268</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-4268</guid>
		<description>hai saif,

don&#039;t try to hack the core of the theme while upgrading it may cause problem. Add your code instead of comments.php file use in custom_function.php with help of hooks. for your keyboard layout use the hook thesis_hook_after_comment_box.
it will work...</description>
		<content:encoded><![CDATA[<p>hai saif,</p>
<p>don&#8217;t try to hack the core of the theme while upgrading it may cause problem. Add your code instead of comments.php file use in custom_function.php with help of hooks. for your keyboard layout use the hook thesis_hook_after_comment_box.<br />
it will work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-use-hooks-in-thesis-theme/comment-page-1/#comment-4266</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=1922#comment-4266</guid>
		<description>dimas,

Thanks for sharing these nice tips i will try this..</description>
		<content:encoded><![CDATA[<p>dimas,</p>
<p>Thanks for sharing these nice tips i will try this..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 7/23 queries in 0.016 seconds using disk: basic
Object Caching 951/959 objects using disk: basic

Served from: fourblogger.com @ 2012-05-14 06:41:39 -->
