[Support request] How do I integrate bread crumbs into the theme?

Home Forums Support [Support request] How do I integrate bread crumbs into the theme?

Home Forums Support How do I integrate bread crumbs into the theme?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1036960
    Anonymous

    How do I integrate bread crumbs into the theme?

    #1037086
    David
    Staff
    Customer Support

    Hi there,

    this article provides how with the Yoast plugin ( although the same process will apply with other SEO plugins ):

    https://docs.generatepress.com/article/adding-breadcrumbs/

    #1040150
    Anonymous

    add_action (‘generate_after_header’, ‘bread-crumb’);
    function example_function_name () {?>
    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
    }
    ?>
    <? php}

    I wrote the code like above. It did not work

    #1040226
    David
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.