Home Forums WoodMart support forum Yoast Breadcrumb Activation

Yoast Breadcrumb Activation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #512086

    konuk.berna
    Participant

    In Yoast documentation it says:

    To implement the breadcrumbs function in Yoast SEO, you will have to edit your theme. If you are not sure how to edit the theme files, your theme developer may be able to help. We recommend that prior to any editing of the theme files, a backup is taken. Your host provider can help you take a backup.

    Copy the following code into your theme where you want the breadcrumbs to be. If you are not sure, you will need to experiment with placement:

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

    NOTE: Depending on your theme you may or may not need to add in the beginning <php and ending ?> PHP tags. If you are not sure, your theme developer can help.

    You can check full article here: https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/

    Where should I paste this code to use yoast breadcrumb in singel product pages? Thanks.

    #512174

    Hung Pham
    Keymaster

    Hi konuk.berna,

    There is an option in Theme Settings > Page Title that will display breadcrumbs from the Yoast SEO plugin.

    https://monosnap.com/file/qaBAOoCjcSDaIZonRfS9gVGFsRD3Aw

    Regards,

    #512309

    konuk.berna
    Participant

    It worked thank you.

    #512325

    Hung Pham
    Keymaster

    Hi konuk.berna,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Yoast Breadcrumb Activation’ is closed to new replies.