イベントアーカイブ

イベントアーカイブ2019年6月~

if ( have_posts() ) :
while ( have_posts() ) :
the_post();
global $post;

// 省略

the_post_thumbnail( ‘large’ );

// 省略