Encoding and decoding is a regular process as long as people use wordpress and wordpress themes
Some theme authors embed links in an encoded footer making it difficult to understand what is happening in the footer.
Note: this type of encoded content could be malicious as well as just a copyright banner! Here’s a method to decode (figure out) and correct the footer so there is no encoding.
Its very easy and as simple as saying 123.
There are two methods to do this
1. Regular Method :
Open your home.php if not found open index.php of your themes folder
Now visit your blog, view its source code (e.g. View->Page Source in Firefox), and copy the HTML between those two markers and paste it in your footer.php file removing all the crap which was before and make a new copy of footer.php with that HTML code. Then change it to your hearts content.
Remember to insert the before tag.
Thats it ….very easy , safe and secure.
2.Online Method :
There is a decoder available online for this …check it http://ottodestruct.com/decoder.php
I suggest you to go with first method …
Pls post your comments and issues ..will be happy to respond to you
RSS feed for comments on this post. TrackBack URL
February 16th, 2010 at 7:35 am
[...] Read the original here: How To Decode a wordpress theme footer decode wp theme footer … [...]
February 18th, 2010 at 8:19 am
[...] Continued here: How To Decode a wordpress theme footer [...]