3年生連絡事項

学年からの連絡
array( 'communication_memo' ), //カスタム投稿タイプ名を記載 'tax_query' => array( array( 'taxonomy' => 'communication_memo_cat', //タクソノミー名を指定 'field' => 'slug', //'term_id'、'slug'などのフィールド名を指定 'terms' => '12th_grade', //タクソノミーの値を指定 'operator' => 'IN' //'AND'、'IN'、'NOT IN'の何れかを指定 ) ), 'showposts' => -1, 'posts_per_page' => -1, 'paged' => get_query_var('paged') ) ); if (have_posts()) { while (have_posts()) { the_post(); ?>
$term ){ echo ' NEW'; } ?>
学校からの連絡
array( 'communication_memo' ), //カスタム投稿タイプ名を記載 'tax_query' => array( array( 'taxonomy' => 'communication_memo_cat', //タクソノミー名を指定 'field' => 'slug', //'term_id'、'slug'などのフィールド名を指定 'terms' => 'whole_school', //タクソノミーの値を指定 'operator' => 'IN' //'AND'、'IN'、'NOT IN'の何れかを指定 ) ), 'showposts' => -1, 'posts_per_page' => -1, 'paged' => get_query_var('paged') ) ); if (have_posts()) { while (have_posts()) { the_post(); ?>
$term ){ echo ' NEW'; } ?>