Skip to content

Instantly share code, notes, and snippets.

<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ボタンです -->
<dl class="clearfix">
<dt>{thumb}</dt>
<dd><h5> {title}</h5><div class ="smanone">{stats}</div></dd>
<p class="clear"></p>
</dl>
<div id="kanren"><div> / </div></div>
<h4 class="menu_underh2"> / </h4>
<?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>
<?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>&nbsp;購読する</a> </div>
<!-- RSSボタンここまで -->
<?php get_search_form(); //検索フォーム表示 ?>
<?php get_search_form(); //検索フォーム表示 ?>
<?php
if (!is_front_page()) :
?>
<!-- 最近のエントリ -->
<h4 class="menu_underh2"> NEW POST</h4>
<?php get_template_part('newpost');?>
<!-- /最近のエントリ -->
<?php
endif;
<?php get_search_form(); //検索フォーム表示 ?>
<!-- 最近のエントリ -->
<h4 class="menu_underh2"> NEW POST</h4>
<?php get_template_part('newpost');?>
<!-- /最近のエントリ -->
<div id="mybox">
<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) {
<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>