-
'post',
'orderby' => 'post_date',
'post_status' => 'publish',
'category_name' => 'job-detail',
'order' => 'DESC',
'posts_per_page' => -1 // this will retrive all the post that is published
);
$result = new WP_Query( $args );
if ( $result-> have_posts() ) :
while ( $result->have_posts() ) : $result->the_post();?>
募集についてのお問い合わせ
ご応募等についてのご相談や、求人についてのご質問等ご連絡下さい。
スタッフ一同、ご連絡をお待ちしております。
-
'post',
'orderby' => 'post_date',
'post_status' => 'publish',
'category_name' => 'job-gallery',
'order' => 'DESC',
'posts_per_page' => -1 // this will retrive all the post that is published
);
$result = new WP_Query( $args );
if ( $result-> have_posts() ) :
while ( $result->have_posts() ) : $result->the_post();?>