Breadcrumbs function exists even if toggled off
-
Hi yoast,
i think i found a issue with this function. It worked nicely before but it does not now anymore due to code changes in your plugin.
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
still exists even if i turn off the breadcrumbs in your setting causing my own theme breadcrumbs to fail.
pls can you load the function only when the option is activated like you did before in previous versions.
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Breadcrumbs function exists even if toggled off’ is closed to new replies.