Learn Thesis Theme Fast to Build Unique and Beautiful Websites

  • Thesis Designer Guide is the fastest way to learn the Thesis framework.
  • A step-by-step guide walks you through all the essential things you need to know to become a Thesis design expert.
  • You don’t need to be a programmer to learn Thesis design.
  • The complete Thesis Designer Guide covers all the coding basics and tools needed to become a Thesis expert.

Learn Thesis Theme! Get Started Now!

How to remove Footer thesis theme link and add your own site link in Thesis Theme

by in How To,Thesis Theme Customization,Thesis Theme Tutorials

In this post I am going to show how to remove your footer thesis theme link, and put your own link in footer instead of thesis theme footer link. Why? Because everyone likes to put their own name rights in Footer. Here I am going to show two process in above heading, first one is how to remove footer thesis theme link, and second one is how to add your own link instead of thesis theme footer link.

Remember, you should have thesis developer edition to remove the attribute in footer. In personal edition, you should not remove it.

Watch the video tutorial for complete guidance to remove footer thesis theme link and add your own site link thesis theme.

If you can’t watch the video, you can follow the below steps also for guidance.

1. How to remove footer thesis theme link?

  1. First you have to go your wordpress admin.
  2. In wordpress admin, go to thesis option.
  3. In thesis option, go to custom file editor, click Custom_funtion.php and paste below code or use FTP and put below code in launch.php. (Why I prefer FTP. At the time of accessing Custom_funtion.php via your wordpress admin, it is showing some warning message. That’s why I prefer FTP)
/* Remove footer link*/

remove_action('thesis_hook_footer', 'thesis_attribution');

2. How to add your own link instead of thesis theme footer link?

  1. First you have to go your wordpress admin.
  2. In wordpress admin, go to thesis option.
  3. In thesis option, go to custom file editor, click Custom_funtion.php and paste below code or use FTP and put below code in launch.php. (Why I prefer FTP. At the time of accessing Custom_funtion.php via your wordpress admin, it is showing some warning message. That’s why I prefer FTP)
/* Add your own footer link*/

add_action('thesis_hook_footer', 'custom_footer');

function custom_footer() {
?>
<p>Copyright &copy 2009 <a href="<?php bloginfo('http://fourblogger.com'); ?>"><?php bloginfo('FourBlogger'); ?></a>. All rights reserved.</p><br/>
<?php
}

Before removing Footer Link

Before adding Footer link

After  adding Footer Link

After adding own footer link

If you got any problem in above process, write in comment box. I will help you. If it is useful for you, share your experience in comment box.

For more checkout our all Thesis theme tutorials..

More Video Resources

{ 42 comments… read them below or add one }

sürücü kursu

a good text. thanks

Reply

Pascal

Thanks. Do you run website using Thesis?

Reply

nirav

hi I want to know how i can show a category all post (with there content) in single page in thesis theme
I am using thesis theme version 1.5.1 sp pls give me a solutuion.
thanks in advance.

Reply

Pascal

I am not sure how version 1.5.1 works. Upgrade your thesis so that you can use more and more thesis new resources available in online.

But if you go for thesis forum, you will get some help as there long time thesis users available.

Reply

Pascal

Hi Nirav. Here is our new post. Is this the thing you asked? If not Could you please explain little more?
http://fourblogger.com/how-to-show-a-category-post-in-a-single-page-in-thesis-theme/

Reply

Therese

Hi Pascal,
Thanks for the tutorials! I was able to remove the Thesis footer, that worked just fine, but when I tried to add a custom footer I ran into trouble. The link to my website in the footer directs to a 404 page, and not to my homepage. Any advice on how to fix this?

I would also like to add a link that directs to the appropriate copyright law. How would I do this?

The link should read “Lov om opphavsrett til åndsverk”, and you would click through to the following site: http://lovdata.no/cgi-wift/wiftldles?doc=/usr/www/lovdata/all/nl-19610512-002.html&dep=alle&kort+,+titt=%C5ndsverksloven&amp;

I would really appreciate your help!

Best regards, Therese

Reply

Pascal

Hi Therese. Thanks for following tutorials.

I am not sure why did you get 404 page. Do one thing. First post the links you required in footer and then inform me. I will look what is going wrong with links. Sure it should be some very basic problem. I am ready to help you.

Reply

Therese

Hi Pascal,

The problem is that I don´t know HOW to post a link in the footer. I´m new to Thesis and any type of code. Perhaps you can help?

Thanks,
Therese

Reply

Pascal

Hi Therese, Please contact us me through youtube channel I am ready to help you.

Thanks.

Reply

toplist

a good text. Thanks for article and share

Reply

toplu bilgi

Thanks for article and share. Thanks admin.

Reply

Lee Hughes

Would I use this method to create links in my footer?

Am planning on putting a serious of links in my footer. Is this is best method?

Thansk

Reply

Suresh

hai lee,
you can use the same method for your series of links in footer, also you can style it according to your wish..

Reply

Mike

How can I remove the the footer from a prolet template? I tried adjusting your code, but without luck. Thanks!

Reply

Kris

how about the wordpress admin link in footer? how to delete this?

Reply

Suresh

hai,

by hacking the core you can remove wordpress admin link using ftp software.

1.login your ftp
2.Find this path
yourdomain.com/wp-content/themes/thesis/lib/functions/footer.php
3. open the footer.php file. This file you have the function called thesis_admin_link() just disable thsi function by adding double slash in front. or remove this function.
example //thesis_admin_link();
4.save this file now your admin link will removed

Reply

Kris

hello,
There is no footer.php inside the functions folder.. I saw it in domainname.com/wp-content/themes/thesis_16/footer.php , but in footer.php , I cannot see the code thesis_admin_link().. pls reply asap, cause I need this.. thank u very much!

Reply

Suresh

hai,
The path is domainname.com/wp-content/themes/thesis_16/lib/html/footer.php. If you are ready to upgarde thesis 1.7 after the upgrade you will do it..

Reply

Kris

Thank u very much! ^_^
Keep up the good work & God Bless..

Reply

Pascal

Thanks for your kind words.

Reply

Dave

Seems a little late.. but you can remove the link without hacking the core.

Just add the following into your custom_functions.php:
remove_action(‘thesis_hook_footer’,'thesis_admin_link’);

Reply

Kris

I really appreciate it.. thank you very much!

Reply

Clauz

Kris and Dave,

Actually, there is an even easier way…

Go to the Design Options for Thesis theme, there is a box called Display Options, and inside of it there is a section called Administration. Uncheck the option called “Show admin link in footer” and there you go.

If we remove things on code that are options from the panel, then we are actually limiting the user and cutting the flexibility short. Using a theme like this requires us to be very tidy and careful when modifying it so we dont lose what it offers to the users which is the ability to modify much of it from the admin panel.

Reply

Shamim

It’s a easiest tips to remove the footer link from Thesis.

tnx man……for doing this blog.

Hope to see here again.

Reply

Suresh

hai shamim,

thanks.. we have more thesis tutorials at fourblogger youtube channel

Reply

CO Domain Guru

By custom_functions do you mean the file named functions in the thesis folder. I have version 1.7? I was able to get this to work on one of sites however for some reason I can’t seem to get this to work on the one I am currently working on.

Reply

Pascal

Hi guru,

Our thesis team totally move to our membershipsite fourbloggerclub. so nowadays we are solve any single thesis issue for $$ only. it is ok for you. send your requirements.
contact us via contact form

Reply

يوتيوب

it’s easy to do … thanks for sharing :)

Reply

Shan @ Last Shreds Of Sanity

I have used this hack before and it worked just fine, but for some reason today it broke my blog. I get this error

Parse error: syntax error, unexpected T_STRING in /home/shan/public_html/ThisIsATest/wp-content/themes/thesis_18/custom/custom_functions.php on line 44

Even when I replace the launch.php or custom function files with fresh ones, the error persists. The only solution is to delete and reinstall thesis.

What did I do wrong?

Reply

Nikki

Hi Shan, did you fix this? I have the same problem and I’m stuck.

Reply

Shan @ Last Shreds Of Sanity

Nope. I cannot get the footer to work for me. I have no idea why. And I have designed a couple of other Thesis blogs using the same technique and it worked but on this particular install it did not.

I am still stumped and would love to have my design credits in that blog.

Reply

paul

Hi Pascal,
Thanks for this TUT.pretty convenient and easy way ^_^

Reply

Andrea fox

Thesis theme can make life easy for bloggers. You never have to mess with the php scripts or HTML to insert your google webmaster verification code on the header of your blog again. The same goes with the footer codes.

Reply

Carla Marshall

Hi, I’m trying to revise the footer link via custom_functions.php but am just getting the following message:

Oops, no such file exists! Double check the name and try again, merci.

Can you advise?

Reply

abdoorahman

Damn, it’s cool tips and it works. Thanx a lot man….

Reply

Kathy

Thank you so much! Worked perfectly!

Reply

shashank chinchli

thanks a lot dude for great tutorial.Today i got adsense cheque just because of you dude!
thanks a lot !!!
keeep rolling such great ulitiy sites bro!

Reply

Fred

Great post. Works like a charm, thanks, Pascal!

Reply

Hamiduzzaman

This is a nice tutorial.I just love four blogger.Thesis theme is the best theme for wordpress.

Reply

ADAM LAURIE

This is just what i needed, thanks for the tutorial. Keep them coming!

Reply

Nicole

super big thanks. problem solved in one minute!

Reply

Kart Askı İpi

Thanks for article and share. Thanks admin.

Reply

Leave a Comment

Previous post:

Next post:


Popular Tags:

    remove thesis footer, thesis remove footer, thesis copyright footer, how to remove thesis footer, change get smart with the thesis wordpress theme from diythemes text, how to add copyright to thesis, how to remove footer signature from thesis theme, remove footer in thesis theme, edit footer theme thesis, remove footer link mythemeshop