http://nanokamo.com/articles/web-service/wordpress/wordpress-top-ad.html
<?php
if ( have_posts () ) :
while (have_posts()) : the_post(); $counter++;
?>
<?php include("d_roop.php") ?>
<?php if ($counter <= 1) {
print <<<EOD
アドセンスのコードを挿入
EOD;
} ?>
<!----閉じループタグ----->
<?php
endwhile;
endif;
?>
<!---------------リセットクエリ--------------------------------------------->
<?php wp_reset_query(); ?>
よくわからんが
モバイル用
while ( have_posts() ) : the_post(); $counter++;
$i++;
?>
<?php if ($counter == 3) {
print <<<EOD
<div class="hentry">アドセンスのコード</div>
EOD;
} ?>