if (have_posts()) { ?> <?php while (have_posts()) { the_post(); ?> <?php get_template_part('./template/article-item'); ?> <?php } ?> <?php } ?> <div class="page-nav"><?php par_pageNav(9); ?> </div> </div> </div> <div class="content-wrap-right"> <div> <?php get_sidebar(); ?> </div> </div> <div class="clear"></div> <?php get_footer();
if (have_posts()) { ?> <?php while (have_posts()) { the_post(); ?> <?php get_template_part('./template/article-item'); ?> <?php } ?> <?php } ?> <div class="page-nav"><?php par_pageNav(7); ?> </div> </div> </div> <div class="content-wrap-right hidden-sm" > <div> <?php get_sidebar(); ?> </div> </div> <div class="clear"></div> <?php get_footer();