Get our toolbar!

Friday, August 10, 2012

How To Change The Footer Link Of Blogger

------------------------------------------------------------------------------------------------------------
I have not checked the Blogger Terms and Conditions to find out whether you are allowed to remove the Attribution.   Even if they don’t mention it today, a requirement to keep the statement could be added tomorrow.   This advice does not mean that I, or Google/Blogger, are saying that you should/can/may/must remove the attribution statement.
------------------------------------------------------------------------------------------------------------
How To Change The Footer Link Of Blogger

Hey Frnds here is the way of changing or removing blogger footer link.

1  Go to Design > Edit HTML.

2  Take a backup:

Download a copy of your template:  this is a backup – save it somewhere safe, in case things go wrong.

3  Click Expand Widgets, so you can see all the code

4  Find this section in the template:

<!– outside of the include in order to lock Attribution widget –>
<b:section class=’foot’ id=’footer-3' showaddelement=’no’>
<b:widget id=’Attribution2' locked=’true’ title=” type=’Attribution’>
<b:includable id=’main’>
<div class=’widget-content’ style=’text-align: center;’>
<b:if cond=’data:attribution != &quot;&quot;’>
<data:attribution/>
</b:if>
</div>
<b:include name=’quickedit’/>
</b:includable>
</b:widget>
</b:section>

4  Comment-out the code that displays the Attribution gadget, by putting it inside these characters  <!–   –>    so it ends up looking like this

<!– outside of the include in order to lock Attribution widget –>
<!– <b:section class=’foot’ id=’footer-3' showaddelement=’no’>
<b:widget id=’Attribution2' locked=’true’ title=” type=’Attribution’>
<b:includable id=’main’>
<div class=’widget-content’ style=’text-align: center;’>
<b:if cond=’data:attribution != &quot;&quot;’>
<data:attribution/>
</b:if>
</div>
<b:include name=’quickedit’/>
</b:includable>
</b:widget>
</b:section>
–>

5  Preview the template change, to check that everything is ok.  If not, fix the problem.

6  Click Save Template

7  As the template tries to save, you will get a warning message:

Warning: Your new template does not include the following widgets:
Attribution3
Would you like to keep these widgets on your blog or delete them?
Deleting widgets cannot be undone.

Click Keep Widgets:  This will leave an attribution Gadget in the set of Widgets that your blog has data about, even though it’s not actually showing it on the screen.

PRASHANT KUMAR

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...