File: /www/wwwroot/www.scdc-marine.com/wp-content/themes/scdc-marine/TempParts/Archive/archive.php
<?php
/**
* 默认分类页面,-- 产品分类页面
*/
global $is_from_show;
$is_from_show = true;
?>
<!-- / star heku_top -->
<?php get_template_part( "TempParts/Main/TopMenu/top_menu"); ?>
<?php get_template_part( "TempParts/Main/TopBanner/top_banner"); ?>
<!-- / end heku_top -->
<!-- / star single_bar_line -->
<?php get_template_part("TempParts/Main/Breadcrumb/breadcrumb"); ?>
<!-- / end single_bar_line -->
<!-- start #archive_project_line -->
<div id="archive_project_line">
<div class="container">
<div class="row no-gutters clearfix">
<div class="single-sidebar order-md-first d-lg-block d-none clearfix mr-xl-3 mr-lg-3 ">
<!-- / star single_bar_line -->
<?php get_template_part("TempParts/Main/Sidebar/sidebar"); ?>
<!-- / end single_bar_line -->
</div>
<div class="single-main col clearfix news-line ">
<ul class="no-gutters row product-box product-box-1 ">
<!-- end heku-top-menu -->
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part("TempParts/Main/item-Template/item-product2"); ?>
<?php endwhile; wp_reset_query(); ?>
<!-- end heku-top-menu -->
</ul>
<div class="page-bar py-4 page_bar_2 pt-3 pb-3">
<div class="pages-row">
<?php echo heku_mypage(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / end #archive_project_line -->
<style>
</style>