str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var('paged') ), 'total' => $wp_query->max_num_pages, 'show_all' => False, 'end_size' => 1, 'mid_size' => 5, 'prev_next' => True, 'prev_text' => __('PREV'), 'next_text' => __('NEXT'), 'type' => 'plain', 'add_args' => False, 'add_fragment' => '' ) ); ?>
Add Custom Pagination in Blog Page
19 Saturday Apr 2014
Posted WordPress
in