';
get_template_part('/inc/module/breadcrumb');
echo '';
}
do_action('airinblog_hook_before_article');
?>
';
$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,
));
} elseif ($loadmore == 'v2') {
// Additional loading of posts (show more)
if ($wp_query->max_num_pages > 1) {
?>