Tagged: breadcrumb, enfold, rtl
Hi,
Please help me remove product categories from breadcrumb.
I used the following code but it didn’t work.
I don’t want to display categories in the breadcrumb section of the product page.
add_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 );
function avia_breadcrumbs_args_mod( $args ) {
$args['show_categories'] = false;
return $args;
}
I am thankful with your guidance
Good luck
Hey Sorinwd,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria