おしらせ一覧

‘information’,
‘posts_per_page’ => 5 //表示させたい投稿の数
);
$the_query = new WP_Query($args);
?>

have_posts()):?>
have_posts()):?>
the_post();?>

/*ループ内の記述*/