woocommerce breadcrumb only in cart and checkout pages
Actually you need to hook the breadcrumbs function to any hook which fires in cart and check pages. In the below case I called the function at the_dramatist_show_breadcrumbs which I have hooked to woocommerce_before_cart for cart page and woocommerce_before_checkout_form for checkout form. So the entire code block looks like below- For minimal usage ( Only … Read more