[Urgent] How to remove [rank_math_breadcrumb]

#841713
  • Resolved Yoti Yepi
    Rank Math free

    Hello team,

    I have been using Rank Math but have to deactivate it for a certain task for now.
    So, I deactivated it but started to see [rank_math_breadcrumb] every post I have uploaded.
    And, I need it to be removed for now.

    What I have tried:

    1. Reactivated Rank Math > Untoggled the Breadcrumb > [rank_math_breadcrumb] still appears
    2. Requested AI chatbot > it says untoggling like the #1 doesn’t get [rank_math_breadcrumb] removed > but doesn’t find a solution to remove the breadcrumb above.
    The page I referred to for #2: https://rankmath.com/kb/breadcrumbs/#hide-taxonomy-name

    I need the answer. Please help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I apologize for the inconvenience you are facing with the [rank_math_breadcrumb] appearing on your posts after deactivating Rank Math. To remove the [rank_math_breadcrumb] shortcode, you can follow these steps:

    1. Remove Breadcrumbs Code: Since you have already untoggled the Breadcrumb option in Rank Math settings and the shortcode still appears, you may need to manually remove the breadcrumbs code from your theme files. Here is a snippet of code that you can add to your theme files to disable the breadcrumbs:
    /**
     * Function to disable Rank Math breadcrumbs
     */
    function remove_rank_math_breadcrumbs() {
        remove_action( 'your_hook_here', 'rank_math_breadcrumb', 20, 0 );
    }
    add_action( 'init', 'remove_rank_math_breadcrumbs' );

    Replace 'your_hook_here' with the appropriate hook where the breadcrumbs are added in your theme.

    1. Check Theme Files: You can navigate to your Theme File Editor (WordPress Dashboard → Appearance → Theme File Editor) and search for the file where the breadcrumbs are added. Look for any code related to Rank Math breadcrumbs and comment it out or remove it.

    If you encounter any difficulties or need further assistance, please feel free to reply here, and a human agent from the Rank Math Support team will assist you promptly.

    Thank you for reaching out with your concern.

    Sources:
    How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
    How to Fix "Either ‘name’ or ‘item.name’ should be specified" Error » Rank Math

    Hello,

    Could you please share the name of the theme you are using?

    Meanwhile, please check if your theme has already added the breadcrumbs support for Rank Math:
    https://rankmath.com/kb/make-theme-rank-math-compatible/#breadcrumbs-theme-support

    Looking forward to helping you.

    Hello Reinelle,

    I’m using GeneratePress Child version 0.1.

    I checked in the WP file manager, but I did not find the rank-math.php file within.
    Assuming the theme has not added the breadcrumbs support for Rank Math.

    Hello Reinelle,

    I’m using GeneratePress Child version 0.1.

    I checked in the WP file manager, but I did not find the rank-math.php file within.
    Assuming the theme has not added the breadcrumbs support for Rank Math.

    Hello,

    Looks like this ticket is a duplicate of this one. We have responded to the linked ticket and we’re marking this as a duplicate and closing it.

    If you need to respond to this issue, please do so on the linked ticket.

    Thank you for your patience and cooperation

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘[Urgent] How to remove [rank_math_breadcrumb]’ is closed to new replies.