4

How to remove thesis footer and add your own custom footer




Hey guys
All of us who use wordpress love the thesis theme.
Well I am using thesis too :)
If u wan’t it add me as a friend in facebook( http://facebook.com/geekxpot) as I don’t want to make my blog a spamming area :P
Ok
Here is what you do to remove your footer
This is the footer you see by default

To remove this go to your file editor (in cpanel) or by FTP edit the file named launch.php which is under wp-contents/themes/thesisv1.8.2/lib/functions/launch.php or search it! :)
Now add the following code to remove footer
/* Remove footer link*/

remove_action('thesis_hook_footer', 'thesis_attribution');
Now for the custom footer
Add the code at the end of launch.php
/* Add your own footer link*/

add_action('thesis_hook_footer', 'custom_footer');

function custom_footer() {
?>

Copyright 2012 powered by Geekxpot




Here I have added some footer which will say "Copyright 2012 Powered by Geekxpot"

Now edit it and add your own text between
and
Happy thesisin and wordpressing !! :)


Subscribe To Get FREE Tutorials!

Related Posts Plugin for WordPress, Blogger...


Share your views...

4 Respones to "How to remove thesis footer and add your own custom footer"

Mr. Macbook said...
12 January 2012 at 22:52

Try to be a Pro. Blogger. And Make a Post user friendly. Your post seems a Newbie post and doesn't appears to be a knowledge full.

Try to learn how to do a good blogging.

Bharadwaj Giridhar(BG007) said...
12 January 2012 at 23:16

Okie thanks for the comment bro And for your info I am a newbie only I am learning now only :) thanks for the comment

Autumn said...
15 January 2012 at 11:33

Just thought i would comment and say neat design, did you code it yourself? Looks great.

Bharadwaj Giridhar(BG007) said...
15 January 2012 at 18:14

Thanks

Post a Comment

 

© 2011 CoolTricks This content is copyrighted to f10f1111 | Powered by Pro Thesis Theme| Designed by f10f1111