How to hide or decode wordpress theme footer ?
If you use free themes, sometimes the creator is not allowing you to remove their wordpress footer links. Because of these reasons, you should also be careful using free themes, because your site can be linked with “bad” sites without your consent (if you don’t check your footer links).
This is the example of the footer links
For Thesis users, you are not allowed to modify or remove your footer links if you don’t have developer license. If you do, you are against Thesis theme TOS, and if caught by DIYthemes team, your host might suspend your site, or something like that.
to prevent these type issues to use firebug and inspect the html or css files, then look for the code in your theme files footer links then find the id or division of the footer link then add this css code to your style.css
to prevent these type issues to use firebug and inspect the html or css files, then look for the code in your theme files footer links then find the id or division of the footer link then add this css code to your style.css
Eg : If your footer link id/div name is Divx, add this code to style.css
#Divx{display:none;}then save your style css





