Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello All,
I tried to find a solution to the fact that woocommerce breadcrumbs is not showing up, but with no luck
Can anyone point me to the right direction!
i found this piece of code
/*
* Enabling breadcrumbs in product pages and archives.
*/
add_action( ‘woocommerce_single_product_summary’, ‘siteorigin_north_breadcrumbs’, 6, 0 );
add_action( ‘woocommerce_before_shop_loop’, ‘siteorigin_north_breadcrumbs’, 6, 0 );
but i can’t see the breadcrumb!!
thanks in advance
Hi Micael,
North doesn’t include any Breadcrumbs out of the box but it is however directly integrated with two very popular Breadcrumb plugins. Yoast SEO (which includes breadcrumbs) and Breadcrumb NavXT.
Thank you Alex,
i will try those plugins