Is there a place where breadcrumbs are enabled? I don't see anything under settings, but I can see the yoast function getting called. I'm getting a 'false' return on the function call for yoast_breadcrumb. I can see the yoast classes getting called from the js_composer_salient and the proper function is on the template:
Is there a place where breadcrumbs are enabled? I don't see anything under settings, but I can see the yoast function getting called. I'm getting a 'false' return on the function call for yoast_breadcrumb. I can see the yoast classes getting called from the js_composer_salient and the proper function is on the template:
if ( function_exists( 'yoast_breadcrumb' ) && !is_home() && !is_front_page() ){ yoast_breadcrumb('<p id="breadcrumbs">','</p>'); }
How to you activate breadcrumbs on the theme, I have the latest on everything?
I resolved it by installing the full Yoast plugin. It seems like the salient plugin files did not work.