Hi
I'm trying to add "yoast_breadcrumb" to my web I configure all the settings on Yoast WordPress SEO Plugin but don't work.
I'm trying too add the following code to the botton of single.php and page.php (in wp-content/themes/flashlight/single.php and wp-content/themes/flashlight/page.php)
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
But it doesn't work
Can you help me with this?
Do you know if it's compatible Flashlight theme with Yoast breadcrumb?
Thanks in advance














