Filter to Remove Breadcrumbs Path from Home Page on the frontend

#490043
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.

    You could try replacing the current code snippet you have for the breadcrumbs with this one to display the breadcrumbs everywhere except the homepage:

    if ( function_exists('rank_math_the_breadcrumbs') && !is_home() ) {
        rank_math_the_breadcrumbs();
    }

    Let us know how it goes. 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 ‘Filter to Remove Breadcrumbs Path from Home Page on the frontend’ is closed to new replies.