Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cmvet

    (@cmvet)

    So for anyone that has had the issue of the woocommerce breadcrumbs not showing up on your pages while trying to integrate it into the “Pure & Simple” theme here is the work around I used to solve it.

    I downloaded the SEO by Yoast plugin. Enabled breadcrumbs in the SEO/Internal links section.

    Then I added this into the woocommerce.php file just below the “get header” line

    <div class=’yoast-container container’>
    <?php if ( function_exists(‘yoast_breadcrumb’) && !is_home() && !is_front_page() ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>
    </div>

    Hope this helps until “Pure & Simple” is fully compatable with woocommerce ??

    Thread Starter cmvet

    (@cmvet)

    Can’t get the woocommerce breadcrumb nav links to show in Pure and Simple even when using a woocommerce breadcrumb plugin….

Viewing 2 replies - 1 through 2 (of 2 total)