Home Forums WoodMart support forum Breadcrumb Reply To: Breadcrumb

#346858

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