'post',
'category__not_in' => array(9),
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC',
'paged' => $paged,
);
$the_query = new WP_Query( $args );
if ( $the_query->have_posts() ) : //もし投稿が1件以上あったら
while ( $the_query->have_posts() ) : $the_query->the_post();
?>
>
name; ?>
投稿はまだありません。