Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add yoast breadcrumbs to woo archive pages

Home / Forums / Kadence Theme / Add yoast breadcrumbs to woo archive pages

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
July 31, 2020 at 6:18 am

Hi!

I’ve added the yoast breadcrumbs to product pages like this:
add_action( 'woocommerce_before_single_product_summary', 'add_yoast_breadcrumbs', 5 );
function add_yoast_breadcrumbs() {
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
}

But how do I add it to product archive pages? I can’t find a suitable hook?

Thanks,

BenA

  • The forum ‘Kadence Theme’ is closed to new topics and replies.