[Plugin: WordPress SEO by Yoast] Home breadcrumb link is incorrect
-
I have several sites that are installed in a separate directory. In the past, the first part of the breadcrumb for the homepage functioned fine, but with a more recent version the home text now links to the installation directory instead of the blog homepage.
I don’t see anything in the plugin settings that have change, or that could be changed to fix this problem. I am using the basic function for loading the plugin, no additional customization, so it reads as the following in my theme files:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
Has anyone else come across this problem already, or does anyone have any suggestions on what this issue could be?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] Home breadcrumb link is incorrect’ is closed to new replies.