Remove Hidden Credit Link From Any Blogger Template


Free templates are always have a locked hidden credit link which cannot be removed by usual simple template editing.So Those kind of credit links are very complex and very hard to remove too.This type of codes are hidden using combination of couple of html tags.Then anyone who wish to remove those credit links from their template we can do it now.

Why such Credit Links ?

Those credit links are inserted and hidden on only free edition of templates. If you purchased it from the publisher then there will be no such credit links as it is a premium one from them.For the reputation for the publisher they add those links to that specific blogger template.

Problems by Usual Editing :

If this code is hidden and locked then the usual editing will make your blog to redirect to template publisher's website, So be careful with this.

How To Do It ?

Create a backup of your existing template for safety hands

1. Go to blogger dashboard > Template > Edit HTML

2. Now press CTRL+F

3. Now type below given code to the search box and hit enter

//<![CDATA[
There will be number of code like that but make sure that you find one like below given screenshot.

5. Now delete //<![CDATA[ SOME CODE HERE //]]> code from the template



6. Now search for the word mycontent and change it to your blog name or your name.
(usually seen as<div id='my content'> )
Now go back to the footer section in HTML part and edit the URL with your desired location
Ya that's it