在每页的第一篇文章下放置广告的方法:
在
</div> <?php endwhile; ?>
之前加:
<?php if ($wp_query->current_post == 0) : ?> 广告位置 <?php endif; ?>