Comments 4Mr Saeed started the conversationAugust 4, 2024 at 4:51pmHi Theme Nectarin 16.3.1 cant show BraedCrumb RankMath after addd this , now is ok:Salient>nectar>hooks>action.php :// Before content.add_action('nectar_hook_before_content', 'nectar_rank_math_breadcrumbs'); /** * Add RankMath breadcrumbs before content. * * @since 10.1 */ function nectar_rank_math_breadcrumbs() { if ( function_exists( 'rank_math_the_breadcrumbs' ) && ! is_home() && ! is_front_page() ) { rank_math_the_breadcrumbs(); }}Best Regard 2,966Andrew repliedAugust 5, 2024 at 7:12amHi Mr. Saeed,Thank you for reaching out to us.To clarify, were you able to sort out this issue?We look forward to your reply.Thanks,1 Like 4Mr Saeed repliedAugust 5, 2024 at 9:23amHi AndrewYes. after add this, RankMath BreadCrumb Work Good (add some style too)1 Like Sign in to reply ...
Hi Theme Nectar
in 16.3.1 cant show BraedCrumb RankMath after addd this , now is ok:
Salient>nectar>hooks>action.php :
// Before content.
add_action('nectar_hook_before_content', 'nectar_rank_math_breadcrumbs');
/**
* Add RankMath breadcrumbs before content.
*
* @since 10.1
*/
function nectar_rank_math_breadcrumbs() {
if ( function_exists( 'rank_math_the_breadcrumbs' ) && ! is_home() && ! is_front_page() ) {
rank_math_the_breadcrumbs();
}
}
Best Regard
Hi Mr. Saeed,
Thank you for reaching out to us.
To clarify, were you able to sort out this issue?
We look forward to your reply.
Thanks,
Hi Andrew
Yes. after add this, RankMath BreadCrumb Work Good (add some style too)