Adding Yoast Breadcrumbs after page and post title
-
Hi there,
I am using the free version of Hueman theme and I am working with a child theme.
I have added the required code to activate Yoast Breadcrumbs in various files but can’t get them to appear underneath the page and post titles.
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>Can anyone help please and tell me exactly where it should go?
Many 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 ‘Adding Yoast Breadcrumbs after page and post title’ is closed to new replies.