How To Update Footer In Thesis

by Lisa Angelettie · View Comments

in Article Marketing,Blogging

If you need to update say your copyright information in the very bottom of your footer, on your thesis blog, here’s how to do it in about 60 seconds!

* I use Thesis version 1.6

1. Go To Appearance section found on the left hand column of your dashboard.

2. Click on the Editor option

3. Look to the right hand column under Templates.

4. Click on custom_functions.php template

5. This will load the theme for editing

6. Scroll down to the bottom of that template

7. You should find your current copyright information somewhere after the add action footer hook or function my footer hook. The one for this blog looks something like this:

add_action(‘thesis_hook_footer’, ‘custom_footer’, ’1′);

function my_footer() {
echo ‘<p>Copyright &copy; 2010 Lisa Angelettie &mdash; Powered by Pepsi, Chips & Grow Your Self Inc.</p>’;
}
add_action(‘thesis_hook_footer’, ‘my_footer’);
remove_action(‘thesis_hook_footer’, ‘thesis_attribution’);

Similar Posts:

Did you enjoy this article? Please subscribe to receive all the FREE updates. Don't forget to grab your FREE Article Marketing Success Kit!

Spread the word

If you found this article interesting, please share it with others!

Tweet ThisTweet This  Stumble ThisStumble This

{ 3 comments }

1 Anonymous August 15, 2010 at 12:59 am

This is actually very inaccurate. Maybe it’s because I use Thesis 1.7 although after following your tutorial my theme broke. I’m not quite sure if restored it properly since I’m unaware of the root structure of Thesis.

2 Anonymous August 16, 2010 at 5:15 pm

I’m updated to 1.7 and this still works. I haven’t changed a thing. If your theme is broken, there is something you either left out or added in the code. Since it sounds as if you are new to Thesis, it may be easier for you to use the Thesis plugin “Openhook” and edit your footer code using that plugin. I hope you get everything fixed, I know what a pain it is editing code:)

3 Anonymous August 16, 2010 at 5:46 pm

Hey There,

I looked into the Thesis Theme since this was really my first time working with it and trying to understand its core structure. I did download the Thesis Openhook and got it taken care of. I’m actually a web developer and have worked with WordPress for about 3 years now in general.

Your explanation wasn’t very clear, that’s all. I appreciate the follow up though. :)

Thank You!
Ivan

Comments on this entry are closed.

{ 2 trackbacks }

blog comments powered by Disqus

Previous post:

Next post: