Home Forums WoodMart support forum Yoast Breadcrumbs

Yoast Breadcrumbs

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #202689

    aled2305
    Participant

    Hi there, I’m using the Yoast SEO WooCommerce Plugin. This allows be to set a primary product category, thus changing the URL structure as wanted. The default theme Breadcrumbs however shows the default and incorrect structure.

    Yoast seem to have a way of changing this and to use their breadcrumbs. I have found the following code:

    
    <?php
    if ( function_exists('yoast_breadcrumb') ) {
      yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
    }
    ?>
    

    More info here

    Is there any chance of having this implemented into the theme?

    #202783

    Hello,

    Please provide the site admin access to the private area as well as FTP access.

    Best Regards

    #202964

    Hello,

    Our theme has the option Yoast breadcrumbs for the shop – Replaces standard WooCommerce breadcrumbs with the custom that come with the plugin. You need to enable and configure it in Dashboard -> SEO -> Search Appearance -> Breadcrumbs.

    And Yoast breadcrumbs for pages – Replaces standard breadcrumbs with the custom that comes with the plugin.

    You need to enable them in the Theme Settings > Page title.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)