'企業サイトTOP',
'href' => '/',
),
);
?>
'news',
'posts_per_page' => 1,
'has_password' => false,
'meta_key' => 'show-top',
'meta_value' => true,
'tax_query' => array(
array(
'taxonomy' => 'cat-site',
'field' => 'slug',
'terms' => array('corporate'),
'operator'=>'AND',
),
)
);
$the_query = new WP_Query( $args );
if ($the_query->have_posts()) :
?>
have_posts()) : $the_query->the_post();
get_template_part('components/news-corporate');
endwhile;
?>
'news',
'posts_per_page' => 3,
'has_password' => false,
'tax_query' => array(
array(
'taxonomy' => 'cat-site',
'field' => 'slug',
'terms' => array('corporate'),
'operator'=>'AND',
),
)
);
$the_query = new WP_Query( $args );
if ($the_query->have_posts()) :
?>
have_posts()) : $the_query->the_post(); ?>
-
-
… 医療関係者様向け
-
… 一般ユーザー様向け
-
… 共通のお知らせ
医療関係者様を対象に、サンソリットの製品情報を提供しております。一般ユーザー様の閲覧はご遠慮いただいております。