2023年5月8日
新型コロナウイルス等感染症に対する取り組みについて【2023年5月8日更新】
平素よりクラシカベイクオーレをご利用いただき、誠にありがとうございます。
当館では、新型コロナウイルス等による感染拡大防止、お客様ならびにスタッフの健康と安全の観点から、引き続き感染症対策に努めてま...
// End the loop.
// Previous/next page navigation.
the_posts_pagination( array(
'prev_text' => __( 'Previous page', 'twentysixteen' ),
'next_text' => __( 'Next page', 'twentysixteen' ),
'before_page_number' => '
' . __( 'Page', 'twentysixteen' ) . ' ',
) );
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>