Archived topic
Change "Home" Breadcrumb with Another Link Pages
1 reply · Started by Feri on September 24, 2018
Viewing posts 1–2 of 2
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.
Hi Feri,
This is something you will need to ask YoastSEO's support as the breadcrumb feature is from them.
Hope this helps!
This archived topic is closed to new replies.