Home › Forums › WoodMart support forum › Breadcrumb › Reply To: Breadcrumb
January 21, 2022 at 12:45 am
#346858
Elise Noromit
Member
Hello,
Please find the line: <?php if ( is_singular( 'product' ) ) : ?>
and replace with this one:
<?php if ( is_singular( 'product' ) || is_product_taxonomy() || is_shop() || is_product_category() || is_product_tag() ) : ?>
Let us know if the problem remains.
Best Regards