RSS

How to remove Encrypted Footer links from Wordpress themes

Published on  Wed, Dec 10, 2008

Education, Information

 

Most of the Wordpress themes that are freely available these days come with encrypted footer links which more often than not point to unrelated and normally excluded domains .

The theme designers get their themes sponsored through the forums and often compromise the authority of the end user’s site in the eyes of search engines. Therefore it is very important to get rid of encrypted footer links.

All these themes are released under the GPL and thus all kinds of modifications are allowed in these themes. If you have read some literature from the designer stating that you cannot remove links, be sure it is just a tactic to fool you. You can even play with the entire Wordpress code if you know how to.

To remove Encrypted Footer links from Wordpress themes you need not to be an expert programmer, nor would our method consume anymore than 5 minutes of your valuable time.

We have used images to give you an exact method of How to remove Encrypted Footer links from Wordpress themes and most probably we would be adding a video to support our literature as well.

Throughout this method of Encrypted Footer links from Wordpress themes we are assuming that you have installed the theme on your blog. You can follow these directions prior to uploading the theme as well.

An encrypted footer looks like this. It is generally very hard to decode.

CLICK TO ENLARGE

Here are the steps that you need to follow:

First of all you need to navigate to the theme editor on your control panel. It is located under the Design menu. Once you are there follow these steps.

Find the index.php file. Click on it to open it.

CLICK TO ENLARGE IMAGE

CLICK TO ENLARGE IMAGE

Now you need to find the footer include code. In most of the cases the code would look like this

<?php get_footer(); ?>

and would be at the end of index.php file.

If you are finding it hard to locate use Ctrl +F in your browser and paste the above code there. The browser will do it for you.

Now we need to add two simple codes one on the top and another on the bottom of the footer include code. These codes mean nothing but they will indicate to us the start and the end of the footer. Adding these two codes will not make any difference in the functioning of the theme.

These codes are:

<!--Our dear footer starts here-->

&

<!-- Our dear footer ends here -->

You can write anything you want between <!– and–>

Now our code would look something like this.

<!--Our dear footer starts here-->

<?php get_footer(); ?>

<!--Our dear footer ends here
-->

CLICK TO ENLARGE

CLICK TO ENLARGE

Update the index.php file

Now open your site in the browser and view the page source. In most of the browsers you can view the page source by right clicking on the mouse and then selecting view source. In Mozilla the shortcut Ctrl + U works great.

In the source code you have to find the code that you have added at the top of the original code. You can safely scroll all the way down to the bottom to find these codes.

Copy all the code that is between the codes that you have added. This is the actual footer code.

CLICK TO ENLARGE

CLICK TO ENLARGE

Copy this code and replace the original footer code (encrypted one) with this particular code. Now you can  change the footer the way you like. :)

Though you can remove all the links using this method, it is our request that you link to the original designer of the theme.

We will send you some more information related to Topic How to remove Encrypted Footer links from Wordpress themes . Enter your email address :

Tags :, ,  remove footer links wordpressremove footer wordpressencrypted wordpress footerwp-copyrightpro remove footerencrypted footer wordpressfooter starts herewordpress encrypted footerwordpress get rid of linkshow to remove encrypted footer wordpressremove wordpress linksremove text from footer copyrightproremove link on wordpress themeremove wordpress themeremove links on wordpress themesremove wordpress linkremove wordpress footer linksremove wordpress footerremove moobingo link from wordpressremove whmcs footer linkremove sponsored theme wordpressremove link in footerremove link from footer wordpressnewwpthemes com remove footer linksproductum footer encryptedremove ads wordpress themesremove cformii footer linkRemove credit links from Wordpress themeRemove credit links from WordPress theme footerremove embedded links in templateremove encrypted footer wordpressremove footer link in wordpress themesremove footer linksremove footer links wordpress studeno themeremove footerWordPress Themeremove wp-copyrightpro link from page

68 Responses to “How to remove Encrypted Footer links from Wordpress themes”

  1. Dan Says:

    what happens when the functions page has these encrypted links too? I got the footer and header completed like above, but now I see more of this garbage text in functions.php
    Thanks for the help thus far.

    Reply

    Chief Editor Reply:

    @Dan,

    Just Posted a new updated post about your question

    http://www.wlug.net/updated-how-to-remove-encrypted-links-from-wordpress-themes/

    Reply

  2. elvis Says:

    not working

    pls help .. i did exactly and still got msg

    “This theme is released under creative commons licence, all links in the footer should remain intact”

    i am using bluemania wordpress theme

    Reply

    Chief Editor Reply:

    @elvis,

    Updated post

    http://www.wlug.net/updated-how-to-remove-encrypted-links-from-wordpress-themes/

    If you need help contact us.

    Reply

    elvis Reply:

    @Chief Editor,

    thx mate , it did the trick

    though i vud like to tell u that in my case the check_header(); function was found in fn_general.php and not in function.php

    but at last it is solved.

    Also could u pls help me in this . Is there any way that i can delete any trace of the theme name. one can easily find out what theme i am using using my source code . how do modify its name everywhere so that its not possible to know what theme i am using

    thx

    Reply

  3. Ocala Houses Says:

    Thank you for your post. It worked like a charm in my theme. I don’t mind giving credit to a theme designed, but this guy had links to credit repair and acai berry and the like.

    Reply

    Ravi Reply:

    @Ocala Houses,

    You are very much welcome to visit us again.

    Reply

  4. electronic display Says:

    Thanks for your post . I am doing it now and step by step like you said .

    Reply

  5. BaDTerroR Says:

    Works is my situation too :) thanks a lot

    Reply

Trackbacks/Pingbacks

  1. Affiliate Quick Tips - Removing Encrypted Links From Wordpress Footers » UK Affiliate Marketing Blog - Kirsty's Affiliate Marketing Guide - Affiliate Stuff UK - 18. Dec, 2008

    [...] I was surprised to discover today that removing the carefully encrypted footer links is the work of about 2 minutes.  I’ll defer to the greater knowlege of the guys at the “Get Netted” blog, who created a brill tutorial with screenshots and easy to understand instructions. [...]

  2. [VERY USEFUL] Get rid of the encrypted footer! | Fresh Sticky - 30. May, 2010

    [...] Head over to Code:Check this link [...]

  3. Как удалить зашифрованные ссылки в подвале тем Wordpress | Блог на WordPress - 16. Jun, 2010

    [...] Переведённая статья. Оригинал здесь. [...]

Leave a Reply