2013年4月16日火曜日

Powered by Bloggerを再表示させる方法

新しい記事 以前の記事

Powered by Bloggerを再表示させる方法

以前カスタマイズで、

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 != &quot;&quot;'>
<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'>

noyesに。

3行目の

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>

truefalseにすれば
レイアウト画面にて移動可能になります。

レイアウト画面にて移動可能表示

以上の様になります。


その他関連


0 件のコメント:

コメントを投稿

次の投稿 前の投稿 ホーム

Related Posts Plugin for WordPress, Blogger...