'; echo esc_attr($h_label); echo ''; } ?>
max_num_pages > 1) { ?>
'; $prev_next = true; if (get_theme_mod('airinblog_cus_pagination_next', 0) == 1) { $prev_next = false; } $show_all = false; if (get_theme_mod('airinblog_cus_pagination_num_all', 0) == 1) { $show_all = true; } the_posts_pagination( array( 'mid_size' => 2, 'show_all' => $show_all, 'prev_next' => $prev_next, )); } else if ($loadmore == 'v2') { // Additional loading of posts (show more) if ($wp_query->max_num_pages > 1) { ?>