要去除它很简单,只需照着我的方法去做就行了~
方法一【无效】
1)先去Design > Edit HTML > 【打钩Expand Widget Templates】
2)按【ctrl+F】来找 attribution
3) 在你会在attribution代码附近找到【locked=true】字眼(看下图)
4)把true改掉false。
5)保存然后去Design > Page Elements >attribution
6)按remove
7)保存,完成!
方法二【新的界面】
1)去 template > Customize
2)在blogger template designer,去advanced > add css
3)在空格里面加以下代码
div#footer-3 {
visibility:hidden;
display:none;
height: 0px;
}
或者
#Attribution1 {display: none;}
或者
.Attribution { display: none; } .blog-feeds{display:none;}
4)保存,完成!
方法三【新的界面】
1)backup你的template
2)去 template > edit html
3)打钩expand widget templates
4)找类似这样的代码,不是100%也不要紧。不过一定要有前面<b:section class。。。跟后面的</b:section>
5)去除掉那些代码。
<b:section class='foot' id='footer-3' showaddelement='no'>6)保存!
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != ""'>
<data:attribution/>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
No comments:
Post a Comment