Home

<?php get_header(); ?>
<section class="section">
  <div class="container">
    <?php while (have_posts()) : the_post(); wc_get_template_part('content', 'single-product'); endwhile; ?>
  </div>
</section>
<?php get_footer(); ?>
Scroll to Top