• ベストアンサー

FC2ブログ テンプレートFields

FC2ブログ テンプレートFieldsでプラグインカテゴリ3を 中央の記事の上に表示する方法を教えてください。

質問者が選んだベストアンサー

  • ベストアンサー
回答No.1

テンプレートFieldsは、 http://fc2information.blog.fc2.com/?share=44983&index&mob=0 ですか。 HTML編集で、以下のコードと、 <!--plugin_third--> <section class="side_bar"> <div class="coloring-box"> <div class="coloring-box-inner"></div> </div> <h3><span class="centering-title"><%plugin_third_title></span></h3> <!--plugin_third_description--> <div class="side_bar_title"><%plugin_third_description></div> <!--/plugin_third_description--> <div class="side_bar_title"><%plugin_third_content></div> <!--plugin_third_description2--> <div class="side_bar_title"><%plugin_third_description2></div> <!--/plugin_third_description2--> </section> <!--/plugin_third--> 以下のコードがあります。 <div id="central-contents"><!-- メインカラム --> 上のコードをこのコードの下に移動させてください。 それで、表示できると思います。 参考まで。

musicchan
質問者

お礼

ありがとうございました。 何とか解決出来ました。

関連するQ&A