4
Tags:
thesis,
Wordpress,
Wordpress Plugin
How to remove thesis footer and add your own custom footer
Posted by
Anonymous on 1/12/2012
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
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!
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

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 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 GeekxpotHere I have added some footer which will say "Copyright 2012 Powered by Geekxpot"
Now edit it and add your own text betweenandHappy thesisin and wordpressing !!![]()
Subscribe To Get FREE Tutorials!


Subscribe to:
Post Comments (Atom)
Share your views...
4 Respones to "How to remove thesis footer and add your own custom footer"
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.
Okie thanks for the comment bro And for your info I am a newbie only I am learning now only :) thanks for the comment
Just thought i would comment and say neat design, did you code it yourself? Looks great.
Thanks
Post a Comment