Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    It looks like you can do that for the i-craft theme like this:

    function bctx_display() {
    	if ( function_exists( 'yoast_breadcrumb' ) ) {
    		yoast_breadcrumb( '<p id="breadcrumbs">', '</p>' );
    	}
    }
    Thread Starter sanzal

    (@sanzal)

    With this code, breadcrumbs are not displayed on the product page.

    Plugin Author Shea Bunge

    (@bungeshea)

    I’m afraid I can’t really provide support for that. I would recommend asking this sort of question in a support forum for i-craft or Yoast SEO.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoast Seo breadcrumbs with a snippet’ is closed to new replies.