<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thesis Hacker &#187; OpenHook plugin</title>
	<atom:link href="http://www.thesishacker.com/category/openhook-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 21 May 2009 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenHook basics</title>
		<link>http://www.thesishacker.com/thesis-openhook-basics</link>
		<comments>http://www.thesishacker.com/thesis-openhook-basics#comments</comments>
		<pubDate>Wed, 11 Feb 2009 23:49:04 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[OpenHook plugin]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[openhook]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis open hook plugin]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1128</guid>
		<description><![CDATA[The Thesis OpenHook plugin is really easy to use once you get the hang of the hooks that it uses. I'm going to try to simplify this even more by given you a real simple function to use as an example.]]></description>
			<content:encoded><![CDATA[<p>The Thesis OpenHook plugin is really easy to use once you get the hang of the hooks that it uses. I&#8217;m going to try to simplify this even more by given you a real simple function to use as an example. First thing you need to do is check out the hook map (which is located in your tool box on the left side of this page). Get familiar with where each hook gets place on your blog.</p>
<p>Let&#8217;s say you want to place some custom text at the top of the content box</p>
<p>In your custom_functions.php you can add this code&#8230;</p>
<p class="alert">function simple () {<br />
echo &#8216;this is a real simple function being placed with the OpenHook plugin&#8217;;<br />
}<br />
add_action (&#8217;thesis_hook_before_content&#8217; , &#8217;simple&#8217;);</p>
<p>This is the result&#8230;</p>
<p><img class="alignnone size-full wp-image-1134" style="border: 1px solid black;" title="1121" src="http://www.thesishacker.com/wp-content/uploads/2009/02/1121.png" alt="1121" width="565" height="404" /></p>
<p>Now you can get the same result without touching your custom_function.php file and using the OpenHook plugin.</p>
<p>Go to Dashboard &#8212;-&gt;Appearance &#8212;-&gt;Thesis OpenHook</p>
<p>Scroll down until you get to this section and add this code&#8230;</p>
<p><img class="alignnone size-full wp-image-1130" style="border: 1px solid black;" title="113" src="http://www.thesishacker.com/wp-content/uploads/2009/02/113.png" alt="113" width="564" height="123" /></p>
<p>Hit the little save button at the bottom and that&#8217;s it!</p>
<p>So basically what the plugin allows you to do is add a function through your dashboard. Check out the original code compared to what you type in the plugin box. The plugin makes it easier to write functions, save you typing time, minimize typing errors and wrong coding. You don&#8217;t have to type in the beginning function code, or the end add action code, where you may make errors, forget brackets, and type the wrong code.</p>
<p>To download and install this plugin, <a href="http://rickbeckman.org/thesis-openhook/">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/thesis-openhook-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
