Remove Thesis Attribution Link From The Footer

October 31, 2008

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.

 

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 }

Mlcisme December 5, 2008 at 9:06 am

Thanks for the tip. Worked perfectly on my site.

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.

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

Lawrence March 6, 2009 at 9:35 am

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

Jeff June 24, 2009 at 11:06 pm

Worked like a charm, thank you.

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.

Val Criswell August 21, 2009 at 8:14 pm

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

Servant September 5, 2009 at 9:29 am

Thanks. Worked very well!

Khan September 18, 2009 at 3:54 pm

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

Barry October 4, 2009 at 6:02 am

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

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

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!

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.

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.

ScottNYC January 25, 2010 at 1:24 am

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

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

A most wonderful tip! Thank you very much!

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?

Tia February 16, 2010 at 12:07 pm

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

Much appreciated, Tia

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/

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.

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.

Shivanand Sharma August 23, 2010 at 8:00 am

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

Swamykant September 8, 2010 at 1:55 pm

It worked perfectly. Thanks Sivanand

Internet Marketing Dude September 22, 2010 at 8:50 pm

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.

Marcelo November 6, 2010 at 2:28 pm

One google search for “remove thesis footer”, one quick reading here, one small edit and voilá! Thanks!

Bangkok Tour Guide November 9, 2010 at 9:32 pm

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

Thomas February 6, 2011 at 4:42 am

@Christine – Thanks, the code wasn’t working for me, so I tried that plugin. Worked GREAT! Thank you, thank you, thank you!

Wedding architect February 11, 2011 at 6:12 pm

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.

Shivanand Sharma February 11, 2011 at 6:19 pm

Glad it helped :)

SaiChand May 20, 2011 at 12:51 pm

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.

Coleman June 20, 2011 at 4:18 am

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..

Gouri July 10, 2011 at 12:31 am

Simple but useful, thanks.

Robert August 30, 2011 at 7:16 am

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.

Gene Wolff November 3, 2011 at 10:47 am

as old as this post is, it still works, thanks. couldnt find the link
in the normal wordpress editor.

~G

chiropractor December 7, 2011 at 2:14 am

thanks a lot.. i wanted to remove the thesis credits from the footer and now i can add my own links to footer.

Comment on Remove Thesis Attribution Link From The Footer

You can add images to your comment by clicking here.

Previous post:

Next post:

X

Wordpress, Thesis, Genesis tutorials from Binary Turf — one tutorial a day. Subscribe & sharpen your web design skills.

Name:

Email:

We respect your email privacy.