Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホームページのメイン コンテンツ領域の最初の投稿のみに広告バナーを追加しようとしていますが、タグ コードを追加すると、メイン コンテンツ内の各投稿の下に配置されます。最初の投稿の下にのみ広告を表示したい。誰か助けてくれませんか?
www.blackcelebkids.com
事前にどうもありがとうございました。
<?php $i=1; ?> <?php while ( have_posts() ) : the_post(); ?> <?php //your post code here ?> <?php if($i==1){ /*put your banner code here*/ } ?> <?php $i++; endwhile; ?>