[WordPress General] 指定したカテゴリの最新10件の投稿を表示する

memo.

[markdown]
`WP_Query` で必要なリクエストを作成し、それを渡すそう。

> * [wordpress – Pull latest posts from a specific category – Stack Overflow](http://stackoverflow.com/questions/9583226/pull-latest-posts-from-a-specific-category)

“`php:index.php
have_posts()) : $my_query->the_post(); ?>

投稿ナビゲーション