How To Remove Footer Credit Link From Blogger
Remove Footer Credit Link From Blogger |
If you have applied custom template to your blog in blogger, so many of them facing this problem thats why am writing this tutorial.If you are trying to Remove Footer Credit Link From Blogger blogger automatically redirects template owner site.Especially those templates download from 'seobloggertemplate.com'.No one can't find those code to Remove Footer Credit Link From Blogger. They were applying java scripts to templates to give security.This will provide good templates some of them are free.But they can't give solution to Remove Footer Credit Links From Blogger.
Anyway i will give you simple technique
Process: Remove Footer Credit Link From Blogger.
Process: Remove Footer Credit Link From Blogger.
Follow These Steps:
________________
1.First you! Backup your template before you make any changes in your template.
2.Go to --->Blogger dashboard--->Template--->Edit HTML.
3.This is where you have to work. See, there is no fixed structure for these Javascripts,using which the author can protect their template. It can be added anywhere. Even using some other names. The only intention is the security of their theme. So, take a look at each line of your code. Here am working on a “seobloggertemplate” template. At the top only you can see a javascript code,
<script src=’//code.jquery.com/jquery-1.10.2.min.js’/>
As you can see in the image, it is quite simple, this is the code snippet which makes your Blog redirect when you try to edit the Footer credits. So just remove that line of code from the Template & Save Template.
4. Now go to the bottom of the code. There you will be able to see the credit texts,something like,
<div class=’creditfooter’> Designed By <a href=’http://www.samplesite.com/’ id=’importantlinks’> SampleSite</a> </div>
5. Remove the above text with the code you want to appear on your Footer, see below,
<div class=’creditfooter’> © 2014 <a href=’http://www.mybloggerworks.com/’ id=’importantlinks’> My Blogger Works </a> | All rights reserved. </div>
6. Thats’s all. Now got your Blog. You’ll be able to see the Footer with the text you typed, also without any redirecting problem.
[ The above is only for some of the templates. You may not see the above code in some of the templates, below is another code i found on a template, same downloaded from"seobloggertemplates".
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'/>
If you are seeing this code, then just remove it and follow the 4th & 5th steps.]
Still having problems?? Please let me know. If you have any doubts, leave a comment below. I’ll help you. :) Also consider sharing it & G+ if you find this useful.