'10', //表示件数。-1なら全件表示
'post_type' => 'information',
'post_status' => 'publish',
'orderby' => 'date', //ID順に並び替え
'order' => 'DESC'
);
$wp_query->query($param);?>
have_posts()):?>
INFORMATIONMORE
have_posts()) : $wp_query->the_post();
$link ="";
$link = get_post_meta( $post->ID, 'link', true);
?>
-
-
'5', //表示件数。-1なら全件表示
'post_status' => 'publish',
'orderby' => 'date', //ID順に並び替え
'order' => 'DESC'
);
$wp_query->query($param);?>
have_posts()):?>
have_posts()) : $wp_query->the_post(); ?>
-
-
ID,'link_url',true); ?>
過去のブログはこちら