Posted on: 2012/02/13 WordPressã®ã«ã¼ãã®ä»çµã¿ãæ·±ãç¥ã query_posts() 㨠get_posts() ã®éã WordPressã«ã¼ãã®åºæ¬ <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <!-- 表示å 容ãè¨è¿° --> <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <?php the_content(); ?> </div> <?php endwhile; ?> <?php endif; ?> ãã㯠WordPressã«ã¼ãã®åºæ¬æ§æã§ã
{{#tags}}- {{label}}
{{/tags}}