Home › Forums › WoodMart support forum › Breadcrumb › Reply To: Breadcrumb
January 18, 2022 at 10:16 am
#346103
Elise Noromit
Member
Hello,
Please copy the footer.php file into the child theme and insert this code:
<?php if ( is_singular( 'product' ) ) : ?>
<div class="single-breadcrumbs-wrapper">
<div class="container">
<?php if ( woodmart_get_opt( 'product_page_breadcrumbs', '1' ) ) : ?>
<?php woodmart_current_breadcrumbs( 'shop' ); ?>
<?php endif; ?>
<?php if ( woodmart_get_opt( 'products_nav' ) ) : ?>
<?php wc_get_template( 'single-product/navigation.php' ); ?>
<?php endif ?>
</div>
</div>
<?php endif; ?>
If you have any questions please feel free to contact us.
Best Regards