<?php if ( have_posts () ) : while (have_posts()) : the_post(); $counter++; ?> <?php include("d_roop_box.php") ?> <?php if ($counter <= 1) { include("d_ad_1_2.php"); } ?> <!----閉じループタグ-----> <?php endwhile; endif; ?> <!---------------リセットクエリ---------------------------------------------> <?php wp_reset_query(); ?>