%PDF- %PDF-
| Direktori : /home/q/g/b/qgbqkvz/www/wp-content/themes/hello-elementor/ |
| Current File : /home/q/g/b/qgbqkvz/www/wp-content/themes/hello-elementor/taxonomy-categorie.php |
<?php
get_header(); ?>
<div class="clear"></div>
</header> <!-- / END HOME SECTION -->
<div id="content" class="site-content">
<div class="content-categorie">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<div class="container">
<div>
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
?>
</div>
<div id="products" class="row pb-5 pt-5 mt-5">
<?php while ( have_posts() ) : the_post(); // standard WordPress loop. ?>
<?php get_template_part( 'template-parts/content', 'product-box' ); // loading our custom file. ?>
<?php endwhile; // end of the loop. ?>
</div>
</div>
</main><!-- #main -->
</div><!-- #primary -->
</div>
<?php get_footer(); ?>