Selling links in footer of WordPress themes is a common practice by WordPress theme developers.
I personally do not have anything against or I am not against giving credit to the author. But it doesn’t end there. There are a few folks who just stick up unrelated ads and at times more than one ad just for a few extra bucks ! Imagine your site linking back to – unrelated, not so family friendly sites, such a pain !
Here’s how you can decode the WordPress Theme Footer and change the content and remove unwanted links :
Copy the encoded content and paste it in the text box area in OpinionatedGeek. Click on Decode and you’ll get the decoded content, which you can copy and replace it in footer.php.
However, there are developers who make it really hard for you to decode the footer links, then try this :
1> Open your index.php and find
<?php get_footer(); ?>
2> Place a HTML comment that you can easily recognize, before and after
Something like:
<!– footer content starts Here –>
<?php get_footer(); ?>
<!– footer content ends Here –>
3> Visit your blog
4> View the source
5> Copy the HTML source between the two markers
6> Open footer.php and replace the encoded content with the HTML code.
Note: Most themes will have a license that’ll not permit you to change the footer links. If that’s the case, then you are better off finding another theme π
Actual source wp footer need also to be seen for adjustments several plugins and do not intend to change the purpose of the footer
what is the “source”?
Thanks !!
Thanx man thats awsome i did encrypt the footer but the first trik didn’t work i used the second … however thanx Dud
@Elkana – Welcome — Btw, pretty display pic :). Cheers !
Wow! That works like a charm π It really annoyed me. I wanted to make the theme my own but with the stupid links in the footer that wouldn’t work. Not it’s easy to make it my own! Really thankful!
im having a problem with decoding a footer similar to what eataphatty had with press 75 . I got a link in the footer that i cant remove ( due to being unable to decode) and tried breaking up code as above to decodeonly teh code ,,, all methods but cant seem to get the code decoded.
can anyone help
this is what i get from teh decoder
The particular error here was:
The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
there seems to be 2 sets of codes in the footer
thank you very much, I am free now….
man you just make my life easier congratulations !!!!!!!!!
Thanks IAN, this method worked for me. I was having trouble deleting the encoded footer for INNER 1.0 (template by NewWpthemes). It would be nice if they were upfront about their encoded footers before we download them and spend hours customizing the template and widgets etc…
Live and learn. But at least it can be decoded. Thanks
Nice! I had earlier just gone into the css and found all the footer CSS. I made the text size 1px, then hid the text altogether with: visibility:hidden;
But this is way better! Thanks!
Thank you so much. The 2nd way, with index, worked well.
Thanks a million!!!!!!!!!!!!!!!!! it worked using the html between the markers, you saved my life! π
IAN #15 You are a genius mate – It worked perfect. i even managed to change rather delete the footer links once the code was removed -THANK YOU SO MUCH.
Can some one please help me with this footer code:
————————————————————————-
/*****/
———————————————————————–
I want be able to add this code:
function remove_footer_admin () {
echo “Your own text”;
}
add_filter(‘admin_footer_text’, ‘remove_footer_admin’);
Can some one please help me with this footer code:
————————————————————————-
———————————————————————–
I want be able to add this code:
function remove_footer_admin () {
echo “Your own text”;
}
add_filter(‘admin_footer_text’, ‘remove_footer_admin’);
Thanks a Million! π
AWESOME. Thanks so much!!! π
Thanks man! Your tips worked perfectly!
Heyβ¦.hellow unfortunately I cant do this with my codeβ¦ Can You Help meβ¦??? please reply.. plz plz Iβm waiting 4 u.
thanks
Thank you soooo much, that was a big help!
thanks so much for this!! huge help.
Thanks so much. I used the index trick and then view source code and it worked like a charm.
Ian,
Dude, you’re awesome, I am following your steps to delete all the encrypted code, and it’s WORK!
Thanks man
Thats awesome! i used the easy way, thanks dude
Thanks for the tip. Great hack! Worked like a charm!
Hi,
I tried to decode the codes with a gzinflate(base64_decode, but your way is just soo simple and great!
Thank you soo much!
How to decode this??? help me
Amazing.. it was so simple, thank you!!
@EataPhatty
Ah! select everything between “” before decode 64 string? The decode 64 string is useless I presume? Example: Use everything between $o=” and ”
Don’t use anything after eval(base64_decode(” ?
I get this with press75:
The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.
So how do we use the info in the theme to decode these few files?
footer.php and index.php (one or the other) are base64 and decode properly depending on the theme, but the other says base64 in the code but will not decypher. Someone, if that’s you, please show us how to decypher these properly.
Great tips, thank you very much. I has been solve my problem by it π
Great advice for webmasters. On the other hand, not so good if you’re buying theme sponsorship!
π
Not working for me, really think that dev’s encoding should jump off a cliff. For people like me, who work TOTALLY for free. Encrypting the stuff to just add a freaking link or something is a hassle….
not working 4 me
Thank you so much for this!
@Ian
Thanks π
Thankyou for sharing with us
very very….
thanks
@Gautam
I have the same problem with @Cal with my other blog. I really want to remove 3 link credits from http://newwpthemes.com/wordpress-theme/music-globe/
1 link is ok, but 3?? with a very long anchor text is just too much. Can you help me please?? thanks
THANK YOU!!!!!!
Tried it and it is dead on!!
U just saved my day!
It`s great. Thanks π
Just delete them all – 2 encoded sections from the header.php and 4 in Function.php
The bits to delete are these: http://wordpress.pastebin.com/m19fa7e24
Then just delete the footer2 div in the Footer.php and it works fine.
@Cal can you give me the link to the original theme so that i can take a look at it, n let you know how to go about it.
Cheers
Any ideas how to decoded the footer links from newwpthemes.com? I don’t mean to remove the author’s link but there are like 3 encrypted codes in the function.php….I’m really curious what’s hidden in there. Feeling unsafe to use it.
Thanks, man. I spent 2 hours looking for a solution, and there it is – so simple, yet genius.
man u rock!
WOW its work for me.. Thanks a lot cheers
@Suke – I doubt if there is any .. Will update you in case i find one
Sadly, doesn’t work for me. They encoded the index.php, which means I can’t place that HTML code in. Any other fixes apart from OpinionatedGeek? cause that sucks.
Exactly what I needed. Thanx a million bro.
Thanks mate you save a life .. π
Thank you VERY much for this tip! My frustration is gone.
Hay its works…….. I was too confused about footer hack….
thanks for sharing this tips… π
@Rockstar – Practically speaking, encrypted footer is not ethical when you release your themes under GPL in wordpress π .. But there are always ways to get rid of them π
Dude, just tried this out…your tip is dead on. No more encrypted footer files for me!!