Powered by blogger ( Attribution ) အား ဖ်က္ပစ္နည္းျဖစ္ပါသည္။
( How to remove attribution powered by blogger )
Blogger's terms and conditions may not allow to remove this widget from the blog. Check terms & conditions before doing this hack.
It can be removed by three methods.
- Using edit HTML method ( နည္းလမ္း - ၁ )
Step 2: Search for attribution, We can find the following code.
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>Step 3: Delete or comment out the above code.
Sometime, this method will work. If it is not working use the following method.
- Using Unlock method ( နည္းလမ္း - ၂ )
( true ကို false ေျပာင္းေပးလိုက္ပါ )
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>So the code will be like this.
<b:widget id='Attribution1' locked='false' title='' type='Attribution'/>Now close Edit HTML. Go to Layout. Find widget named Attribution. Click edit. Click on theRemove button. Gone..
Removing Attribution |
- Hide using CSS Method ( နည္းလမ္း - ၃ )
#Attribution1 {display: none;}( ]]></b:skin> အေပၚတြင္ #Attribution1 {display: none;} ကိုထည္ ့ေပးလိုက္ပါ )
ျပီးလွ်င္ save ေပးလိုက္ပါ။
Then save..