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.
Join 37,807 others and get free tutorials & tips on design & development using Wordpress on, Thesis & Genesis!
Need help with Wordpress, Thesis or Genesis?
Are you a designer or a developer looking for a hand with Wordpress, Thesis or Genesis? Or perhaps want to save time with a project? Get in touch and let's get the ball rolling! Check out our Thesis development, PSD to Thesis & other services.

{ 35 comments on Remove Thesis Attribution Link From The Footer… read them below or add one }
Thanks for the tip. Worked perfectly on my site.
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.
any update on the new 1.3.3
how to remove the link
here the original code
Thanks for the tip on removal of attribution link. I had a hard time removing it.
Worked like a charm, thank you.
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.
Wow, that was totally painless. I wish everything were that easy. Thanks!
Thanks. Worked very well!
It doesn’t work for me. Nothing change main page. Any idea?
Great tip, saved me a lot of work!. Thanks.
Thanks but it is not helpful for newbie like me, you should provide detailed tutorial, not a general introduction. Thanks
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!
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.
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.
hey whats the name of that tag cloud plugin you use?
A most wonderful tip! Thank you very much!
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?
Awesome! Guess we should be reading the hook reference.
Much appreciated, Tia
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/
Yes good code… It help me get out fear of google penalty for using hidden links. My theme designer make links hidden.
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.
Katie, the wp admin link can be disabled through the Thesis options.
It worked perfectly. Thanks Sivanand
Thanks! I have been struggling to find a solution to this for a while… Being a Thesis newbie, I appreciate you taking to time to explain.
One google search for “remove thesis footer”, one quick reading here, one small edit and voilá! Thanks!
Thanks, works like magic! I tried to find the line in the PHP files for like half an hour before it dawned on my to ask the good ol google oracle, and flup! haha, thanks for saving me all this time, who knows how long I’d have continued searching for the right code line
@Christine – Thanks, the code wasn’t working for me, so I tried that plugin. Worked GREAT! Thank you, thank you, thank you!
Smooth and elegant, worked perfectly. Thank you very much. It makes me very happy when I find the solution that is so easy to implement, like this one.
Glad it helped
Worked on my site, but not able to use special characters in the footer any Idea how to solve this.
Also let to know how to change the font of the header.
Beautiful piece of information to have, thanks for sharing! It removed the link in the footer as expected. I’m still not finding where to remove the Wordpress Admin link though. I’ll look harder..
Simple but useful, thanks.
Excellent tip, thanks! Works like a charm.
Any idea how to change the text displayed by the “Submit” button in the comments section? Let’s say, change it with “Submit now” or “Reply” or anything else.
Thanks in advance.
as old as this post is, it still works, thanks. couldnt find the link
in the normal wordpress editor.
~G
thanks a lot.. i wanted to remove the thesis credits from the footer and now i can add my own links to footer.