Leverage What You Know!

Enter Your Name & Email To >>

1. Get My FREE Training On How To Use Content To Get More Clients & Cash

2. Get My Weekly Marketing Articles Sent To Your Inbox

3. Get My Exclusive "Email Only" Content Marketing Strategies

Get Your FREE Training Here!

We respect your privacy!

How To Update Footer In Thesis

by Lisa Angelettie · 5 comments

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’);

Like what you read?
If so, please join thousands of other solo entrepreneurs who receive exclusive weekly online business and content marketing tips, and get FREE ACCESS to my audio training, Book Better Clients! Just enter your first name and best email address below:
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.

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:)

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

{ 2 trackbacks }

Previous post:

Next post: