<?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 Tutor &#187; Footer</title> <atom:link href="http://thesistutor.com/category/footer/feed/" rel="self" type="application/rss+xml" /><link>http://thesistutor.com</link> <description>Tutorials For The Thesis Wordpress Theme &#124; Video Tutorials For The Thesis Wordpress Theme</description> <lastBuildDate>Fri, 09 Jul 2010 04:50:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>How To Change The Footer Content In Thesis Theme For WordPress</title><link>http://thesistutor.com/how-to-change-the-footer-content/</link> <comments>http://thesistutor.com/how-to-change-the-footer-content/#comments</comments> <pubDate>Fri, 12 Jun 2009 06:53:54 +0000</pubDate> <dc:creator>Matt</dc:creator> <category><![CDATA[Footer]]></category><guid
isPermaLink="false">http://thesistutor.com/?p=42</guid> <description><![CDATA[Thesis will never cease to amaze designers with its unparalleled ease of use. One of the few customizations that many people want is a custom footer. Unfortunately, there is no way to change the footer content in Thesis Options or Design Options. So, lucky for you, I can show you exactly how to accomplish your [...]]]></description> <content:encoded><![CDATA[<p></p><p>Thesis will never cease to amaze designers with its unparalleled ease of use. One of the few customizations that many people want is a custom footer. Unfortunately, there is no way to change the footer content in Thesis Options or Design Options. So, lucky for you, I can show you exactly how to accomplish your own custom footer.</p><ol><li>Follow the first 5 steps of <a
href="http://thesistutor.com/how-to-move-the-navigation-bar-in-thesis-using-hooks/"> this post</a>.</li><li>After all the text, space a line or two and stick in the following:<pre>remove_action('thesis_hook_footer', 'thesis_attribution');
function my_custom_footer() {
?>
<em>Whatever you want to say goes here.</em> Hint: use p tags.
&#60&#63php
}
add_action('thesis_hook_footer', 'my_custom_footer');</pre></li></ol><p>Did you see how freaking easy that was? Let me quickly break down what you just did.</p><p>First, we removed the default content of the footer by putting this in <em>custom_functions.php</em>:<pre>remove_action('thesis_hook_footer', 'thesis_attribution');</pre><p>Second, we declared a new function that will determine the new footer content by adding this:</p><pre>function my_custom_footer() {
?>
<em>Whatever you want to say goes here.</em>
&#60&#63php
}</pre><p>Lastly, we told <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a> to put the new footer content into the footer by writing this:</p><pre>add_action('thesis_hook_footer', 'my_custom_footer');</pre><p>Using Thesis is the easiest and most effective way to start and maintain a website. Good luck and happy coding <img
src='http://thesistutor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://thesistutor.com/how-to-change-the-footer-content/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/10 queries in 0.004 seconds using disk

Served from: thesistutor.com @ 2010-09-07 16:40:33 -->