'; ?>

'date', 'order' => 'DESC', 'post_type' => 'course', 'posts_per_page' => 9, 'paged' => $currentPage, ); $query = new WP_Query($args); ?>
have_posts()) { $query->the_post(); $post_id = get_the_ID();?>
str_replace(999999999, "%#%", get_pagenum_link(999999999)), "format" => "", "current" => max(1, $currentPage), "total" => $query->max_num_pages, "prev_text" => ' ', // анкор ссылки на предыдущую страницу "next_text" => ' ', // анкор ссылки на следующую страницу "type" => "list" ]);?>