Remove SHOP from Rankmath breadcrumb

#90617
  • Hi there,

    I want to remove SHOP from Rankmath breadcrumb. Can you help me

    For ex: default: Home/SHOP/product-category/sub-category

    Now i want to: Home/Product-category/sub-category

    Many thanks !

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for getting in touch with us.

    You can make use of the following filter to change o remove breadcrumb items:

    
    /**
     * Allow changing or removing the Breadcrumb items
     *
     * @param array       $crumbs The crumbs array.
     * @param Breadcrumbs $this   Current breadcrumb object.
     */
    add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
    	return $crumbs;
    }, 10, 2);
    

    The filter should be added to your active theme functions.php file

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    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 ‘Remove SHOP from Rankmath breadcrumb’ is closed to new replies.