Yoast SEO Breadcrumbs
-
Hi,
I am looking to add in a piece of code to implement the Yoast SEO breadcrumbs. The code is:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>For this particular theme, where would be the best place to put it do you think? The instructions suggest files such as single.php, page.php, or header.php. I wasn’t sure if one spot was better than the other, or if there was a better place. I am also trying to put it in a place where it won’t get erased by theme updates.
Thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Yoast SEO Breadcrumbs’ is closed to new replies.
