'post', // 投稿タイプ
'category__in' => array( 5, 6, 11, 41 ), // カテゴリIDを番号で指定する場合
'posts_per_page' => 4, // 表示件数
'orderby' => 'date', // 表示順の基準
'order' => 'DESC' // 昇順・降順
));
global $post;
if($cat_posts): foreach($cat_posts as $post): setup_postdata($post); ?>