php $newslist = get_posts( array( 'category_name' => 'news', //特定のカテゴリースラッグを指定 'posts_per_page' => 10 //取得記事件数 )); if( $ ...
確定! 回上一頁