Thursday, 5 November 2015

How To Remove Footer Credit Link in Blogger Part 2

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 theirtemplate. 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'/>  

OR 

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' type='text/javascript'/>

If you are seeing one of these code, then just remove it and follow the 4th & 5th steps.]

If you may not see above codes, find the nearly similar code and remove it.


Still having problems? See: another methods below

  1. Part 1
  2. Part 2
  3. Part 3

SHARE THIS

1 comment:

  1. After removing it, my categories and pages drop-down is no more working. What can i do?

    ReplyDelete