[Resolved] Change "Home" Breadcrumb with Another Link Pages

Home Forums Support [Resolved] Change "Home" Breadcrumb with Another Link Pages

Home Forums Support Change "Home" Breadcrumb with Another Link Pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #685609
    Feri

    Hi Tom & Team,

    With Yoast Plugin & GP Hooks (Before Content), i make breadcrumb with this code:

    <?php if ( is_single() && 'post' == get_post_type() ) : ?>
    <?php if ( function_exists('yoast_breadcrumb') ) { ?>
     <?php yoast_breadcrumb('<p id="breadcrumbs">','</p>'); ?>
     
    <?php } ?>
    <?php endif; ?>

    The result is something like: Home » Post Title

    Is it possible to change the “Home” link breadcrumb with another custom link Pages? Custom Link Pages » Post Title

    Thanks.

    #686041
    Leo
    Staff
    Customer Support

    Hi Feri,

    This is something you will need to ask YoastSEO’s support as the breadcrumb feature is from them.

    Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.