子ページの投稿内容を表示する : WordPress

子ページの投稿内容を表示するコード。 <?php if(have_posts()):while(have_posts()):the_post() ?> <h1><?php the_title […]

query_posts, get_posts : WordPress

query_postsとget_postsの違いをメモ。

ループ : WordPress

WordPressのループに関する覚書。