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:
- 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.
- 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