This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <aside> | |
| <?php if (is_404()) { ?> | |
| <?php } else { ?> | |
| 広告コード | |
| <div class="ad"> | |
| <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(4) ) : else : //アドセンス ?> | |
| <?php endif; ?> | |
| </div> | |
| <?php } ?> | |
| <!-- RSSボタンです --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dl class="clearfix"> | |
| <dt>{thumb}</dt> | |
| <dd><h5> {title}</h5><div class ="smanone">{stats}</div></dd> | |
| <p class="clear"></p> | |
| </dl> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="kanren"><div> / </div></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h4 class="menu_underh2"> / </h4> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(4) ) : else : //アドセンス ?> | |
| <?php endif; ?> | |
| </div> | |
| <?php } ?> | |
| <h4 class="menu_underh2">このブログを書いている人</h4> | |
| <div id="kanren"><div> | |
| <dl class="clearfix"> | |
| <dt><img src="写真のURL" ></dt> | |
| <dd><h5>名前</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(4) ) : else : //アドセンス ?> | |
| <?php endif; ?> | |
| </div> | |
| <?php } ?> | |
| <!-- RSSボタンです --> | |
| <div class="rssbox"> <a href="<?php echo home_url(); ?>/?feed=rss2"><i class="fa fa-rss-square"></i> 購読する</a> </div> | |
| <!-- RSSボタンここまで --> | |
| <?php get_search_form(); //検索フォーム表示 ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php get_search_form(); //検索フォーム表示 ?> | |
| <?php | |
| if (!is_front_page()) : | |
| ?> | |
| <!-- 最近のエントリ --> | |
| <h4 class="menu_underh2"> NEW POST</h4> | |
| <?php get_template_part('newpost');?> | |
| <!-- /最近のエントリ --> | |
| <?php | |
| endif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php get_search_form(); //検索フォーム表示 ?> | |
| <!-- 最近のエントリ --> | |
| <h4 class="menu_underh2"> NEW POST</h4> | |
| <?php get_template_part('newpost');?> | |
| <!-- /最近のエントリ --> | |
| <div id="mybox"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <span style="color: #ff0000;"><code>#adsense-bottom { padding: 5px 0px; } | |
| #adsense-left { float:left;margin-right:8px;margin-top:8px; } | |
| #adsense-right { margin-top:8px; }</code></span> | |
| /*media Queries タブレットサイズ | |
| ----------------------------------------------------*/ | |
| @media only screen and (max-width: 780px) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="clearfix" style="margin-bottom:20px;"> | |
| <script>document.write('<p style="margin:0; text-align: center;">スポンサーリンク<p>');</script> | |
| <?php if(is_mobile()) { //モバイルの場合 ?> | |
| モバイル記事下用レクタングルのアドセンスコード | |
| <?php } else { //PCの場合 ?> | |
| <div id="adsense-bottom"> | |
| <div id="adsense-left"> | |
| <?php get_template_part('ad'); //アドセンス読み込み ?> | |
| PC記事下左レクタングル用のアドセンスコード | |
| </div> |
NewerOlder