How To Decode A WordPress Theme Footer
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
Related posts:
- Get A Free Premium WordPress Theme
- Gmail Themes – New way to deck up your Gmail – How Can I activate my gmail theme ?
- WordPress Phone Support To Solve All Your WordPress Related Issues
- How Can I Get A Windows Vista Like Theme On My Windows XP ? Basically A “Windows XP” vista theme?
- WordPress 2.6 crossed 3 million downloads
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
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!
@Elkana – Welcome — Btw, pretty display pic
. Cheers !
Thanx man thats awsome i did encrypt the footer but the first trik didn’t work i used the second … however thanx Dud
Thanks !!
what is the “source”?
Actual source wp footer need also to be seen for adjustments several plugins and do not intend to change the purpose of the footer