カテゴリー
wordpress

デフォルト一覧ページ送り

<?php if($wp_query->max_num_pages > 1): ?>
<?php the_posts_pagination( array(
  'screen_reader_text' => ' ',
  'mid_size' => 2,
  'prev_text' => __( '&laquo;' ),
  'next_text' => __( '&raquo;' ),
) ); ?>
<?php endif; ?>