Most of the WordPress themes that are freely available these days come with encrypted footer links which more often than not point to unrelated and normally excluded domains .
The theme designers get their themes sponsored through the forums and often compromise the authority of the end user’s site in the eyes of search engines. Therefore it is very important to get rid of encrypted footer links.
All these themes are released under the GPL and thus all kinds of modifications are allowed in these themes. If you have read some literature from the designer stating that you cannot remove links, be sure it is just a tactic to fool you. You can even play with the entire WordPress code if you know how to.
To remove Encrypted Footer links from WordPress themes you need not to be an expert programmer, nor would our method consume anymore than 5 minutes of your valuable time.
We have used images to give you an exact method of How to remove Encrypted Footer links from WordPress themes and most probably we would be adding a video to support our literature as well.
Throughout this method of Encrypted Footer links from WordPress themes we are assuming that you have installed the theme on your blog. You can follow these directions prior to uploading the theme as well.
An encrypted footer looks like this. It is generally very hard to decode.
Here are the steps that you need to follow:
First of all you need to navigate to the theme editor on your control panel. It is located under the Design menu. Once you are there follow these steps.
Find the index.php file. Click on it to open it.
Now you need to find the footer include code. In most of the cases the code would look like this
<?php get_footer(); ?>
and would be at the end of index.php file.
If you are finding it hard to locate use Ctrl +F in your browser and paste the above code there. The browser will do it for you.
Now we need to add two simple codes one on the top and another on the bottom of the footer include code. These codes mean nothing but they will indicate to us the start and the end of the footer. Adding these two codes will not make any difference in the functioning of the theme.
These codes are:
<!--Our dear footer starts here--> & <!-- Our dear footer ends here -->
You can write anything you want between <!– and–>
Now our code would look something like this.
<!--Our dear footer starts here--> <?php get_footer(); ?> <!--Our dear footer ends here -->
Update the index.php file
Now open your site in the browser and view the page source. In most of the browsers you can view the page source by right clicking on the mouse and then selecting view source. In Mozilla the shortcut Ctrl + U works great.
In the source code you have to find the code that you have added at the top of the original code. You can safely scroll all the way down to the bottom to find these codes.
Copy all the code that is between the codes that you have added. This is the actual footer code.
Copy this code and replace the original footer code (encrypted one) with this particular code. Now you can change the footer the way you like. ![]()
Though you can remove all the links using this method, it is our request that you link to the original designer of the theme.




{ 93 comments… read them below or add one }
Thanks for the info it helped!
Simplicity itself, thanks! Just cleaned up a fabulous theme I found recently.
Muchos Gracias!!!! This is way better than the other uber difficult methods to remove the encryted footer! You are Legends!!!
Thanks So much. I hope you will visit again.
I agree with Kirsty, sooo simple, thanks for that
Fantastically awesome. Seriously helpful, thanks. Have used this now for encrypted footer AND sidebar links… the process is identical. Cheers!
Great article! I’m loving your website.
yo man i just wanna to say tnx 4 the brief and helpful lesson that you share i tried and and it work for me .
i try many thing but finally i got this one keep working by posting cool things like this
one love!!
Thank you! This was very useful.
Big kiss for you! (blushing)
@The Pimp Panther, Seriously? 0.o….. run dude.
Hey guys,
I thank you very much for this help. I was going nuts wondering why when I set up a Google search bar on my site and tested it, it was showing results from my theme creators site. Pretty much they were piggy backing off of my seo efforts. I would have been ok with that if they had asked me permission and also linked up to my site.
So much for professionalism.
Thanks again!
Excellent post!
Very, very, VERY useful
Thanks a lot!
Thank you for this guide. However I was not able to clear “Felicisimo Magazine Wordpress Theme”..I added recommended text into index file but couldn’t find it when viewing the code.
Any suggestions?
Excellent, the theme I am using goes to a dead site, so the developer is out of business .
For Mubera…I did however have to change the custom link on almost every single page for some reason , and then it did show up in the code .
I did replace the authors link,changed it to this page instead, you deserve it , many thanks
Very good job ! easy to follow…
Big Thanks,
Good Luck
Thank you, Thank you, THANK YOU!
You are a Godsend – I am always happy to credit an author for their hard work creating a beautiful theme but I do not appreciate them adding unrelated links in an encrypted footer! Your tutorial worked like a charm and I am amazed, pleased and thankful.
I was just about to give up on using the beautiful theme I found because of the footer! Now it’s customized to match my site AND the author gets credit for his/her amazing work.
God bless you!
Donna
what i did was deleted all the encoded things in footer.php file and put the codes mentioned above in footer.php file and it worked fine.
you are awesome, thanks!
amazing. so easy. even my cat do it. Thanks a lot
I just used the steps you mentioned, and they works great!!!
Thanks Man..
good ! you can also search in source (ctrl+u) the id
<div id=”footer”> and copy the code between <div id=”footer”> and
</html> i try and it’s works good
I’m not quite sure if you could help me, but I have a problem. I logged on my blog today, and a “links” columned identic to my blogroll link appeared on my sidebar, and I didn’t find how to remove it. I took a look at the widget, and no widget for this “links” plugin was found…. Do you have any idea how to remove it? You can see it next to my recent comments on my right sidebar at http://www.BenjaminCip.com Thank you for helping me…
Hi,
Thanks for the great tip. I’ve encountered another issue similar to this. A theme Im using has encrypted banner ads in it and I cant find how to remove them. I’ve tried using your method to locate the source but cannot find it. The ads are in new blog posts only.
Excellent, simple et efficace ! Merci
thank u very mutch!
)
Thanks for the awesome guide!
Those of you who can’t get it to work (can’t find the added code in the page source), I imagine you have a page set as your default page so you need to add that <!–Our dear footer starts here–> stuff to your page template as well.
I had the same problem and fixed it by doing that (I had a page as my main page).
Thanks buddy for this beautiful tricks.. I thought it gonna be impossible for me to change the footer links..your trick..it helps me a lot
Awesome article, thanks for the help!
thanks a lot , really thanks ,
that was amazing , effective and in two minutes ,
If you do not get the source code text after inserting the “<!–Our dear footer starts here–>” in the index.php then open your home.php file and look at the below. you will find “<?php get_footer(); ?>” here too. wrap them and save file. now view source code. you will find it.
“All these themes are released under the GPL and thus all kinds of modifications are allowed in these themes.”
Not all themes are GPL’d. In which case, you’d be instructing your readers to potentially infringe upon the rights of the theme creator.
I have tried but as weird as it may sound NOTHING changes at all.
Thanx very much. I used that trick and it works great.
I obviously didnt delete the designer’s name or url. I merely translated it into my language.
I would like to note, though, that sometimes there are extra scripts/java applets that are loaded inside the footer by external plugins. Those appear in the page source actually inside the “our dear footer starts here”, yet they have to be ommitted since they are loaded everytime automatically by the plugin.
I guess you should explain that Not everything should be copied.
Also, one must pay attention not to delete the /div’s that are within these lines as well.
Awesome!!!! This works great, no more links to dodgy sites.
Elvis is dead, you are the new king!!!
hey I am trying to decrypt the Wcute theme, I came across strange code in the the function, and the .js file. I attempted to change the footer code but it tells me , then it simply displays a message stating that i have to put everything back, Nothing works unless you do you cant even access your admin panel
Here is a sample of weird code its on a russion site you will have to translate with babel or something.
http://lelick.net/wordpress/wordpress-decode.html
I changed the theme more than 95% Im mostly using the structure mysite looks nothing like the original. Can someone please dycrpt this for me I will do whatever you want if you do.
you can download the theme here http://www.skinpress.com/wcute-theme/
@charlotte,
Hey Charlotte, it is very easy All Skinpress themes are coded with some functions in their Header.php, and Functions.php file
You need to check them. Once they are removed the Wordpress theme will work great. If you need any help then Comment again here and I will help you ..
Good job there!
Worked perfectly! Thanks so much!!
Great.. work perfect.. many thanks
wow great it worked. thanks
Wow…Man you rock…your are the great
thanks very much! worked like a charm.
THANKS A LOT !!!!
Awesome!!!! This works great,
That is a great tutorial. Once you delete the encrypted footer is it possible to have any trackback links or ways for the encryption to be inserted anywhere else within the template such as in a jQuery file? or once the footer encryption is deleted that is the last way the owner could track the template back to you?
to charlotte
you need to open function.php and at the top of the code you mast find and delete this part of code:
vs(fgecbf($p,$y)==0){rpub \’Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\’;qvr;}
save. Now you can delete the link in your footer
You are my new god
Awesome Article……It works !!!
I was confused with encrypted text….Thx a lot !!!
I am trying to remove the encoded footer in this theme (RouletteBabe). I have tried the things mentioned here but can’t get it removed for the life of me. The footer itself is not encrypted, the encryption lies in the functions.php file. Whenever I remove the code I get “This theme is released under creative commons license, all links in the footer should remain intact”. I even tried removing the part of the encryption that tells it what to look for then receive a different error. Any suggestions on how I could get this removed?
Here is the encrypted code contained within functions.php:
<?php eval(str_rot13('shapgvba purpx_sbbgre(){
$y=\'Qrfvtarq ol
Serr Ovatb.
Pbqr ol
HX Pnfvab |
Purygraunz Enprf |
Tenaq Angvbany 2011\’;
$s=qveanzr(__SVYR__).\’/sbbgre.cuc\’;$sq=sbcra($s,\’e\’);
$p=sernq($sq,svyrfvmr($s));spybfr($sq);
vs(fgecbf($p,$y)==0){rpub \’Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\’;qvr;}}purpx_sbbgre();’));?>
@Chris,
If you have found the answer then it is good but if not then read our updated post.
http://www.wlug.net/updated-how-to-remove-encrypted-links-from-wordpress-themes/
Thank you so much ! ….it really works like magic…
Thank you very much! Muchas gracias!
Not work for me ;/
@zizi,
What does not work for you. Some new theme makers are using not only encrypted footer but also headers and functions . If you have any particular theme then tell us and we can help you.
hi i am getting this encrypted code in the funtions.php and the header.php
If i so much as try to adjust this code or remove it, the entire template shuts down, does anyone know the process on fixing this php problem so that i can edit the links in the footer which are basically spam links to casinos and other health vitamins sites, and basically have nothing to do with the theme, please someone help me i cant figure this out
Ah man thank you! This damn fool who coded the template I’m using had the sidebar hard coded and encrypted inside the footer. But with this little trick I got rid of it. Thanks again, and much love….
what happens when the functions page has these encrypted links too? I got the footer and header completed like above, but now I see more of this garbage text in functions.php
Thanks for the help thus far.
@Dan,
Just Posted a new updated post about your question
http://www.wlug.net/updated-how-to-remove-encrypted-links-from-wordpress-themes/
not working
pls help .. i did exactly and still got msg
“This theme is released under creative commons licence, all links in the footer should remain intact”
i am using bluemania wordpress theme
@elvis,
Updated post
http://www.wlug.net/updated-how-to-remove-encrypted-links-from-wordpress-themes/
If you need help contact us.
@Chief Editor,
thx mate , it did the trick
though i vud like to tell u that in my case the check_header(); function was found in fn_general.php and not in function.php
but at last it is solved.
Also could u pls help me in this . Is there any way that i can delete any trace of the theme name. one can easily find out what theme i am using using my source code . how do modify its name everywhere so that its not possible to know what theme i am using
thx
Open your theme’s CSS.style file and edit the Author name .That’s it
Thank you for your post. It worked like a charm in my theme. I don’t mind giving credit to a theme designed, but this guy had links to credit repair and acai berry and the like.
@Ocala Houses,
You are very much welcome to visit us again.
Thanks for your post . I am doing it now and step by step like you said .
Works is my situation too
thanks a lot
I still got this message “This theme is released under creative commons licence, all links in the footer should remain intact”
How do I remove this?
very useful thanks anyway
Thank you!!! You are full of awesomeness for sharing this. I’m all for giving the designer and template provider credit, but that’s no reason my blog should be selling diet hoaxes or tell people to literally “buy drugs”!! It would be different if they said upfront something like “We’ll let you use this template for free if you agree to hawk these products.” At least then we’d know what we were willingly getting into if we so chose. /end of rant.
this tutorial if you just get footer.php had encoded. but if your theme get coded in functions and header, you probably need another tutorial.
Thanks a million! I found a great free theme with footer links to porn sites and thanks to you I removed the links and have a great theme to use!
Hi,I have a problem with removing encrypted file.after doing above methods i found that my webpage loads and then disappears why?
hi i tryed you code to get rid of the footer links, but when i check the source the messages are not there
Hi, thanks for the info, I have succesfully get rid of my footer links now. However, I have another problem. I want to clone my complete wordpress installation into multiple blogs, and since the new footer.php now includes my blog’s info (its URL, etc as opposed to php’s url get name, get info and stuffs like that), how can I do it without having to do the above steps for every new clone?
Thanks,
Andrew
buddy thats nice…it works..the only problem is that in my case, widgets added to sidebar doesnt work because its connected with the footer…
Thank you kindly.
Didn’t work for me either. Followed it step by step on two templates but there’s nothing in the source to copy, as the code that went into the index.php doesn’t show up.
I wanted to say thank for the the tutorial on dealing with the encrypted footer code. I was especially impressed by your expert teaching method. Some people have the knowledge, but can’t convey it. You are a natural teacher. I’m going to see if I can follow you on Twitter.
Thanks again.
Leander Jackie Grogan
International bestselling author of What’s Wrong With Your Small Business Team?
Working well, thanks a lot.
Thank you for your valuable article.Because i use ur trick to remove unwanted footer links from my website.
Awesome tutorial! Very easy to follow! Helped me remove some unwanted car ads at the bottom of my footer, thanks!
Good stuff…it worked! I got the crap links out of the footer, did leave credit for the designer.
I’m bookmarking this site!! Thanks for the valuable info…
Shayc
Thanks so much! Worked like a charm.
Thanks so much, you save my life!!!!!!
Made my life so easy. Thanks for this free scripts, works great.
This works great except that now when I log out of the WP admin, the admin menus show up on the left side of my site’s background!?!?!? They go away when I log into the WP admin site. Any suggestions how I can fix this?
Cheers!
Thank you thank you thank you very very much sir… I spend 2 hours in research how to remove the link, finally your help created miracle
Thanks again.. heartly. . God bless people like you who share such a wonderful information and we get save by reinventing the wheel again 
Yea! I made sure to get it on all pages and now I’m “ad free!” Thanks.
I wish I would have found this site 4 days ago, because that is how long it has taken me messing around with different themes trying to edit the footer! We gotta start posting this site in the Wordpress Support forums!
Thanks Again!
I can go to sleep now
You guys are AWESOME!!! I am using the Flexibility Theme with both pages and posts. In my case, I ran into the same issue others are reporting. I added the comments to the index.php page, but they never displayed when I viewed source code. I found that when I added my comments to the in the page.php file, it displayed and I was then able to replace my code in the footer.php. THANKS AGAIN!!!! You Rock!!
Thanks guys for an awesome post on how to remove that unwanted encrypted footer link from a wordpress blog. Awesome! Thanks again.
Thank you so much!! The footer with a skanky link on it in my theme was driving me crazy…and now it’s gone! Finally! Yay!
an important ERROR
i just did this and now i can change it
but when I change it the message below appears :
” Please do not alter or modify the footer. See our license for more info. ”
what solution’s do now recommend ?
{ 3 trackbacks }