ループ内で記事タイトルと本文を出力したい
<?php if(have_posts()): while(have_posts()): the_post(); ?> <?php the_title(); ?> <?php the_content(); ?> <?php endwhile; endif; ?>
関連記事
5月 6, 2011 | No Comments
Comments
Leave a Reply
<?php if(have_posts()): while(have_posts()): the_post(); ?> <?php the_title(); ?> <?php the_content(); ?> <?php endwhile; endif; ?>
5月 6, 2011 | No Comments
Leave a Reply