この正体は、Attributionウィジェットです。Blogger利用者にはAttributionウィジェットの表示義務があるため、Attributionウィジェットのないテンプレートを適用すると、それが自動的に挿入されてしまうのです。
表示義務があるため原則的に削除するわけにはいきません。Attributionウィジェットは、削除する代わりにあまり目立たないようにサイドバーからフッターに移しましょう。
テンプレートのXMLファイルを開いて、フッター(</body>の前の行)に以下のコードを追加します。
<b:section class='Footer' id='Footer' showaddelement='yes'>
<b:widget id='Attribution1' locked='false' title='' type='Attribution' visible='true'>
<b:includable id='main'>
<b:if cond='data:feedbackSurveyLink'>
<div class='mobile-survey-link' style='text-align: center;'>
<data:feedbackSurveyLink/>
</div>
</b:if>
<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>
このXMLファイルをアップロードしてテンプレートに適用すれば、Powered by Bloggerがフッターに移ります。
0 コメント
Privacy Policyに記載の方法で匿名でもコメントできます。