<?php if($wp_query->max_num_pages > 1): ?>
<?php the_posts_pagination( array(
'screen_reader_text' => ' ',
'mid_size' => 2,
'prev_text' => __( '«' ),
'next_text' => __( '»' ),
) ); ?>
<?php endif; ?>
カテゴリー
<?php if($wp_query->max_num_pages > 1): ?>
<?php the_posts_pagination( array(
'screen_reader_text' => ' ',
'mid_size' => 2,
'prev_text' => __( '«' ),
'next_text' => __( '»' ),
) ); ?>
<?php endif; ?>