Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1217738

    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

    #1217956

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.