• 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)
  • Thread Starter clarkelz

    (@clarkelz)

    Hi, it’s been three months and no response!! Can anyone help with this issue please? I have a large site and breadcrumbs would be very useful indeed.

    I would like the breadcrumbs to appear underneath the page/post title and before the featured image.

    I have activated breadcrumbs in Yoast and tried the code in several templates but no luck –

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
    }
    ?>

    The site is now live

    Thanks

    Bibs

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Yoast Breadcrumbs after page and post title’ is closed to new replies.