>

', '

'); while ( have_posts() ) { the_post(); get_template_part( 'template-parts/archive/content' ); } /** * ページネーション */ the_posts_pagination( array( 'mid_size' => 1, ) ); } else { echo "記事がありません。"; } ?>