'post', 'paged' => $appointment_red_pagedno); $appointment_red_post_type_data = new WP_Query($appointment_red_args); while ($appointment_red_post_type_data->have_posts()) { $appointment_red_post_type_data->the_post(); get_template_part('content', ''); } wp_reset_postdata(); $GLOBALS['wp_query']->max_num_pages = $appointment_red_post_type_data->max_num_pages; the_posts_pagination(array( 'prev_text' => '', 'next_text' => '', )); ?>