<?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; footer</title>
	<atom:link href="http://www.thesishacker.com/category/footer/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>Change the font in the footer</title>
		<link>http://www.thesishacker.com/change-font-in-the-footer</link>
		<comments>http://www.thesishacker.com/change-font-in-the-footer#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:47:29 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change the font]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=920</guid>
		<description><![CDATA[To change the font in your footer go to&#8230;
Dashboard &#8212;-&#62; Appearance &#8212;-&#62; Thesis Options&#8230;.


Pick your choices from the drop down menus. Hit the save button.


]]></description>
			<content:encoded><![CDATA[<p>To change the font in your footer go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-921" style="border: 1px solid black;" title="70" src="http://www.thesishacker.com/wp-content/uploads/2009/01/70.png" alt="70" width="299" height="161" /></p>
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-font-in-the-footer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the footer</title>
		<link>http://www.thesishacker.com/how-to-change-the-footer</link>
		<comments>http://www.thesishacker.com/how-to-change-the-footer#comments</comments>
		<pubDate>Mon, 05 Jan 2009 23:37:52 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[footer]]></category>
		<category><![CDATA[change footer]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis open hook plugin]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=177</guid>
		<description><![CDATA[There are a few ways to go about this. A very easy way is to first install the awesome Thesis Open Hook Plugin. Once you download and install it you can follow this....]]></description>
			<content:encoded><![CDATA[<p>There are a few ways to go about this. A very easy way is to first install the awesome <a href="http://rickbeckman.com/thesis-openhook/"><em>Thesis Open Hook Plugin</em></a>. Once you download and install it you can follow this&#8230;.</p>
<p>In your dashboard click on Thesis OpenHook link at the top. Once you&#8217;re there scroll down to here&#8230;.</p>
<p style="text-align: center;"><img class="size-large wp-image-183 aligncenter" style="border: 1px solid black;" title="footer2" src="http://www.thesishacker.com/wp-content/uploads/2009/01/footer2-1024x263.png" alt="footer2" width="486" height="125" /></p>
<p>Remember you can add anything you want in the Footer window. If you add PHP make sure you check the box.</p>
<p>If you don&#8217;t want to use the plugin you can write your own function and place it with a hook.</p>
<p>In your custom_functions.php file add the following code. You can put it anywhere you want but I recommend putting it at the top after the &lt;?php tag. Always describe the function and put it between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*custom footer*/</span><br />
<span style="color: #0000ff;">function</span> <em>my_custom_function_name </em>() <span style="color: #0000ff;">{</span><br />
<span style="color: #ff0000;">echo</span> &#8216;<em>write whatever you want the footer to say here</em>&#8216;<br />
<span style="color: #0000ff;">}</span></p>
<p>If you bought the developer&#8217;s license you can remove the attribution link by adding this after the last closing bracket of the function you just created&#8230;</p>
<p class="alert"><span style="color: #0000ff;">remove_action </span>( <span style="color: #ff0000;">&#8216; thesis_hook_footer &#8216;</span> , <span style="color: #ff0000;">&#8216; thesis_attribution &#8216; </span>) ;</p>
<h4><strong></strong></h4>
<p>Now you want to add your  function you just created and place it using a hook so type this bit of code next&#8230;.</p>
<p class="alert"><span style="color: #0000ff;">add_action</span> (<span style="color: #ff0000;"> &#8216; thesis_hook_footer &#8216;</span> , <span style="color: #ff0000;">&#8216; my_custom_function_name &#8216; </span>) ;<br />
<code style="white-space: nowrap;"><code><span style="color: #000000;"><strong></strong><span style="color: #007700;"><strong></strong></span></span></code></code></p>
<p><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/how-to-change-the-footer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

