'post','paged'=>$paged); $post_type_data = new WP_Query( $args ); while($post_type_data->have_posts()){ $post_type_data->the_post(); global $more; $more = 0; get_template_part('content',''); } $GLOBALS['wp_query']->max_num_pages = $post_type_data->max_num_pages; the_posts_pagination( array( 'prev_text' => '', 'next_text' => '', ) ); ?>