Archived topic
Breadcrumbs are Not showing
3 replies · Started by Dev on June 14, 2019
Hello,
I'm using YOAST SEO Plugin. I follow the instruction given by you in the below post link
https://docs.generatepress.com/article/adding-breadcrumbs/
I also add the below YOAST Code which I get from Yoast site, (the page link which you have in your above page).
?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
After following the instruction the breadcrumbs are not coming on my site. You can visit my website to see it. Let me know the solution
Hi there,
Did you check execute PHP in hooks element?
Might be easier to just use the shortcode they provided here:
https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
Which hook did you select?
Let me know :)
Hello,
After ticking execute PHP, it worked for me.
Thanks
No problem :)