Breadcrumb display problem

#96710
  • Resolved Sébastien Bourru
    Rank Math free

    Hello,

    I have tried everything I have seen on your media and on the internet (and more …) but I cannot display the breadcrumb trail at the top of my articles.

    I tried this code on different levels (I’m under DIVI): <? Php if (function_exists (‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs (); ?>
    But nothing works. It just doesn’t show up.

    Is there a specificity with DIVI that makes your breadcrumb trail not displayable?

    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Please add the code correctly to make it work:
    <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?>

    If still facing issue, add this code instead:
    <?php echo do_shortcode( '[rank_math_breadcrumb]' ); ?>

    Hope that helps.

    Thank you.​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Breadcrumb display problem’ is closed to new replies.