adrian-d of Rouge Devs
1/27/2017 - 12:55 PM

Post loop pagination - Next/Previous buttons as well as mid level, numbered pagination

Post loop pagination - Next/Previous buttons as well as mid level, numbered pagination

the_posts_pagination( array(
	'mid_size'  => 2,
	'prev_text' => __( 'Previous', 'textdomain' ),
	'next_text' => __( 'Next', 'textdomain' ),
));