How to disable Yoast Breadcrumbs
The Issue theme comes with Yoast Breadcrumbs support by default. To disable this feature, you can add the below code
remove_action( 'thb_categories', 'thb_seo_plugins_breadcrumbs' );
to your child theme’s function.php file to remove the breadcrumbs.
If you have updated your theme to the latest version, you can also find the below option:
