• Resolved Parwaiz Khan

    (@parwaiz-khan)


    Hello Neve Support Team,

    I plan to put ‘breadcrumbs’ on all the pages and posts. One option is to use the Yoast’s Breadcrumbs. They recommend inserting the following php code:

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

    in the “single.php”, “page.php”, or “header.php”.

    1). Any ideas how to implement it?
    2). What other suggestions you have to spread the breadcrumbs all over the pages and posts?

    Thank you for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @parwaiz-khan,

    Thank you for reaching us,
    We do not recommend to alter our theme code because it may cause conflict in the code in future.
    However, you can find the files at this path wp-content\themes\neve

    Best regards

    Hi @parwaiz-khan,

    We are actually planning on adding automatic integration with Yoast’s breadcrumbs the next update for Neve, somewhere next week most likely ??

    Regards,
    Rodica

    Thread Starter Parwaiz Khan

    (@parwaiz-khan)

    Hi Elina Rodica,

    That will be really great! I am marking it as resolved.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bread Crumbs’ is closed to new replies.