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:

  1. Get A Free Premium WordPress Theme
  2. Gmail Themes – New way to deck up your Gmail – How Can I activate my gmail theme ?
  3. WordPress Phone Support To Solve All Your WordPress Related Issues
  4. How Can I Get A Windows Vista Like Theme On My Windows XP ? Basically A “Windows XP” vista theme?
  5. WordPress 2.6 crossed 3 million downloads

Author: Gautam Categories: How To's Tags:
  1. January 6th, 2011 at 11:21 | #1

    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

  2. Elkana
    February 26th, 2011 at 21:02 | #2

    Wow! That works like a charm :D 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!

  3. February 27th, 2011 at 00:02 | #3

    @Elkana – Welcome — Btw, pretty display pic :) . Cheers !

  4. May 14th, 2011 at 14:09 | #4

    Thanx man thats awsome i did encrypt the footer but the first trik didn’t work i used the second … however thanx Dud

  5. Karim
    June 12th, 2011 at 01:26 | #5

    Thanks !!

  6. obi
    July 20th, 2011 at 05:14 | #6

    what is the “source”?

  7. November 8th, 2011 at 08:58 | #7

    Actual source wp footer need also to be seen for adjustments several plugins and do not intend to change the purpose of the footer

Comment pages
1 2 1928
  1. No trackbacks yet.