diff --git a/includes/functions/_theme_setup.php b/includes/functions/_theme_setup.php index 5cd63410..322af59d 100644 --- a/includes/functions/_theme_setup.php +++ b/includes/functions/_theme_setup.php @@ -932,6 +932,8 @@ add_post_type_support( 'page', 'excerpt' ); */ function fictioneer_paginate_links( $args = [] ) { + $args['end_size'] = 1; + $args['mid_size'] = 1; $pagination = paginate_links( $args ); return str_replace(