-
Hi,
I have been using Rankmath for a long since. I tried to use Rankmath Breadcrumbs long ago but ended without success. But I need this feature to work. I don’t know how rank math breadcrumbs work on the theme. I use Genesis Framework and Genesis Child theme.Lets me know what I tried:
1st, I tried with the default setting enabled in Rankmath and Disabled/Enabled Genesis Breadcrumbs, but it did Not Work š2nd, I tried using the Theme Support Code, then It showed the theme supported, but it still didn’t work; another thing is I can not find any Page.php to insert the code you mentioned.
3rd, I searched google and found your suggestion to someone for the genesis theme, and that’s worked finally.
I added the following on functions.php:
function rm_breadcrumbs( $content ) {
if ( function_exists(‘rank_math_the_breadcrumbs’) && is_singular() && is_main_query() )
rank_math_the_breadcrumbs();
return $content;
}
add_filter( ‘genesis_before_loop’, ‘rm_breadcrumbs’ );Let me share the Results:
1. Genesis Default Breadcrumbs on and All others are default
https://prnt.sc/zK80TixMZ_YC2. Yoast Breadcrumbs (Yoast Breadcrumbs Worked when I enabled Genesis + Yoast Breadcrumbs both)
https://prnt.sc/JdPEKd3jabIU3. Rankmath Breadcrumb (RM Breadcrumbs worked when I added the above code on functions.php)
https://prnt.sc/dzD3rcVxGoec4. Example of Genesis and Rankmath Breadcrumbs Both
https://prnt.sc/kAEADYKEfzy6I am not a developer; Rankmath Breadcrumbs show a <P> Tag, and Genesis Default shows in <div.breadcrumbs>
What do I need?
I need Rankmath Breadcrumbs on my website, and Breadcrumbs should show like Genesis Default or Yoast.
I will share WordPress Admin Login Credentials in the Sensitive data section. You can log in and reproduce the breadcrumbs I mentioned, or if you wish. I am sharing a Test Website so you can change anything to find the issue.
I hope you will help me to get Rankmath Breadcrumbs like Genesis or Yoast.
Thanks
The ticket ‘Rank Math Breadcrumbs is not Showing like Genesis Default or Yoast’ is closed to new replies.