File: /home/hanode/public_html/wp-content/themes/kingstore/mlayouts/archive-mobile.php
<?php
get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>
<div class="body-wrapper theme-clearfix">
<div class="body-wrapper-inner">
<?php get_template_part( 'mlayouts/breadcrumb', 'mobile' ); ?>
<div class="container">
<div class="category-contents <?php kingstore_content_blog(); ?>">
<div class="row blog-content blog-content-grid">
<?php
while( have_posts() ) : the_post();
get_template_part( 'mlayouts/content', 'grid' );
endwhile;
?>
</div>
<?php get_template_part('mlayouts/pagination','mobile'); ?>
</div>
</div>
<?php get_template_part('footer'); ?>