Current File : /customers/3/5/c/campinoeksjo.se/httpd.www/wp-content/themes/MHreklam/category.php
<?php

 get_header();

 ?>
<div class="breadcrumb-option" style="background-image:url(<?php echo home_url(); ?>/wp-content/uploads/2021/06/h9-parallax-img5.png);">
   <div class="container">
      <div class="bredcoms">
         <div class="breadcrumb__links">
            <a href="<?php echo home_url(); ?>">Home</a>
            <span><?php the_title(); ?></span>
         </div>
      </div>
   </div>
</div>

<?php get_footer(); ?>