F2ZONEが
参加しているプロジェクト


*/ ?>






NEWS



*/ ?>

$arg = array(
'posts_per_page' => 5, // 表示する件数
‘orderby’ => ‘date’, // 投稿日で並べる
‘order’ => ‘DESC’, // 最新から表示
‘category_name’ => ‘news’ // カテゴリーをスラッグで指定
);
$posts = get_posts( $arg );
if( $posts ):
?>
foreach ( $posts as $post ) :
setup_postdata( $post );
?>