2017年11月5日
OBOGの皆様、今年もこの季節がやってきました!【2018New Year Party!!!】
【日程】2018年1月8日(月・祝)
【時間】16:30<受付> 17:00<開宴>~19:00
【会場】クラシカベイクオーレ
【応募人数】先着100名(50組様限定)
【対象者】クラシカ ベ...
// 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;
?>