2019年8月1日
今年も開催決定!夏祭り
昨年大好評頂きました”夏祭り”を今年も開催致します。
※これまでクラシカベイクオーレにて結婚式を挙げて下さった方向けのイベントです。皆様にご案内状を送っておりますが、住所変更等でご案内できていな...
// 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;
?>