Disable Breadcrumbs on Individual Pages?

#53150
  • Resolved Anonymous
    Rank Math free

    I searched for various things including ‘disable breadcrumbs on pages’ | ‘disable breadcrumbs on individual pages’ but could not see an answer.

    Is it possible to disable breadcrumbs on Pages, but leave it on for posts?

    I’ve looked in the general settings too, but couldn’t find anything.

Viewing 1 replies (of 1 total)
  • Michael Davis
    Rank Math pro

    Hello,

    Thank you for contacting Rank Math today.

    Yes this is possible but you will need to modify the Rank Math code that displayed the breadcrumbs as shown below:
    <?php if (function_exists('rank_math_the_breadcrumbs') && !is_page()) rank_math_the_breadcrumbs(); ?>

    The change being the addition of the && !is_page() above.

    Looking forward to helping you. 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 ‘Disable Breadcrumbs on Individual Pages?’ is closed to new replies.