code
-
I’m trying to implement the breadcrumbs function from Yoast SEO, add code! The theme does not allow me to add code to header.php! Where can I add breadcrumbs code from Yoast SEO?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,’
’ );
}
?>The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘code’ is closed to new replies.