Loading

Remove Thesis Attribution Link from the footer

Many Thesis theme users have had this small gripe – they haven’t found an elegant way of removing the attribution link from the footer which they are allowed to if they have the developer’s edition of the Thesis theme for Wordpress. Welcome to the world of hooks. As a result of well thought and intelligent coding, Thesis relies on the Wordpress hook system and comes with its own numerous hooks. While it will be pretty straightforward to add html with the hooks, removing it may be the hidden side of the coin. Here’s a simple oneliner that you can use in your custom_functions.php file to remove the attribution link.

remove_action('thesis_hook_footer', 'thesis_attribution');

As such you can also remove other html in a similar way. See the entire hook reference at the Thesis theme’s blog.

Bookmark & Share —

Search for More

Loading...

{ 22 comments… read them below or add one }

1 Mlcisme December 5, 2008 at 9:06 am

Thanks for the tip. Worked perfectly on my site.

Reply

2 David January 3, 2009 at 7:20 pm

I just put Thesis on a new-ish blog and was wondering how to remove the attribute. I pasted the code you posted just below the commented out section and it worked beautifully. Thanks.

Reply

3 hazman January 10, 2009 at 1:57 am

any update on the new 1.3.3

how to remove the link

here the original code

Reply

4 Lawrence March 6, 2009 at 9:35 am

Thanks for the tip on removal of attribution link. I had a hard time removing it.

Reply

5 Jeff June 24, 2009 at 11:06 pm

Worked like a charm, thank you.

Reply

6 Shanna July 17, 2009 at 2:40 am

Pure genius, thanks. I started out trying to replace the footer with a custom following the instructions on the thesis site. This is way better.

Reply

7 Val Criswell August 21, 2009 at 8:14 pm

Wow, that was totally painless. I wish everything were that easy. Thanks!

Reply

8 Servant September 5, 2009 at 9:29 am

Thanks. Worked very well!

Reply

9 Khan September 18, 2009 at 3:54 pm

It doesn’t work for me. Nothing change main page. Any idea?

Reply

10 Barry October 4, 2009 at 6:02 am

Great tip, saved me a lot of work!. Thanks.

Reply

11 Tinh October 29, 2009 at 7:37 pm

Thanks but it is not helpful for newbie like me, you should provide detailed tutorial, not a general introduction. Thanks

Reply

12 JR Fent November 18, 2009 at 11:40 pm

Thanks for the tip. I’d seen this elsewhere but your explanation was stright to the point AND your SEO made it come to the top in my Google search. BRAVO!

Reply

13 Mercedes-Benz Sydney December 2, 2009 at 5:55 am

Is there anywhere in particular in the custom_functions.php file that I should add the oneliner? I have tried various combinations so far and no success yet.

Reply

14 Shivanand Sharma December 2, 2009 at 11:30 am

At the far end.. the last thing in custom_functions.php. That makes sure it is being parsed as php and not html/text etc.

Reply

15 ScottNYC January 25, 2010 at 1:24 am

hey whats the name of that tag cloud plugin you use?

Reply

16 CT Energy News Board Admin January 28, 2010 at 11:31 pm

A most wonderful tip! Thank you very much!

Reply

17 Robert February 12, 2010 at 4:26 pm

The code worked perfectly I must admit Thesis is a really customizable theme, about that can you tell me (if you know) how you can change the submit button on comments?

Reply

18 Tia February 16, 2010 at 12:07 pm

Awesome! Guess we should be reading the hook reference. ;-)

Much appreciated, Tia

Reply

19 Christine February 23, 2010 at 4:45 pm

I’ve been struggling with the hooks becuase I am pretty much code illiterate, and stumbled here looking for something else.

In case anyone else is as lost as I am with the hooks, I thought I’d add in that there is an easier way to remove the attribution. If you add a plugin called “open hook” you can just click a checkbox in the setting to remove it. This plugin also allows gives you the ability to customize hooks without touching that custom_functions.php file.

Here’s the link: http://wordpress.org/extend/plugins/thesis-openhook/

Reply

20 Sarpras @ Articles Blog March 13, 2010 at 11:34 am

Yes good code… It help me get out fear of google penalty for using hidden links. My theme designer make links hidden.

Reply

21 Katie August 23, 2010 at 7:47 am

When you use the above command

“remove_action(‘thesis_hook_footer’, ‘thesis_attribution’);” from custom editor it will remove thesis footer link but some people complained that they can still see “Wordpress Admin” link in footer.

If you are looking to modify footer file you can open “thesis/lib/html/footer.php” and change “function thesis_attribution()” function.

Reply

22 Shivanand Sharma August 23, 2010 at 8:00 am

Katie, the wp admin link can be disabled through the Thesis options.

Reply

Leave a Comment

Previous post:

Next post: