How to show Breadcrumb?

#69671
  • Resolved Amit Mandal
    Rank Math free

    I want to show breadcrumb in my WordPress posts like the screenshot given in sensitive data.

    In Rank Math > General settings > Breadcrumb there are some information like this:

    Use the following code in your theme template files to display breadcrumbs:
    <?php if (function_exists(‘rank_math_the_breadcrumbs’)) rank_math_the_breadcrumbs(); ?>
    OR
    [rank_math_breadcrumb]

    I can not understand it.

    Can You tell me how to add breadcrumb using this information?

    and

    Can you provide any screenshot after adding breadcrumb using these codes?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    After enabling the breadcrumb, this checks for the breadcrumb function/shortcode in your posts and adds breadcrumbs at the location of the function or the code.

    Using the shortcode, [rank_math_breadcrumb], you can place breadcrumbs on your individual pages/post as shown below
    img

    The provided PHP function is the alternative. You can add the function to your theme’s TEMPLATE FILES to generate the breadcrumb globally on all post and pages. If you are unsure which are your theme template files, you can get in touch with your them provider to guide you on where to place the breadcrumb function.

    Hope that helps. If you have any further question(s), please let us know. 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 ‘How to show Breadcrumb?’ is closed to new replies.