スポンサーリンク
Powered by Bloggerを再表示させる方法
以前カスタマイズで、
Powered by Bloggerを削除する方法
を紹介しました。
削除すると元に戻せない。
というのが、
通説でしたが元に戻せます。
以下コード(テンプレートによって異なるかもしれませんが)を
<!-- outside of the include in order to lock Attribution widget -->
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<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>
<div class='footer-cap-top cap-top'>
のすぐ下の
</macro:include>
直下に上記コードを挿入すれば、
Powered by Bloggerの
『Attribution widget』は元に戻せます。
なお、2行目の
<b:section class='foot' id='footer-3' showaddelement='no'>
noをyesに。
3行目の
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
trueをfalseにすれば
レイアウト画面にて移動可能になります。
以上の様になります。