Breadcrumbs not working
-
Hi,
WordPress version: 3.51
WordPress SEO version: 1.4.7I don’t seem to get the breadcrumbs working.
I did this:
I enabled it in the plugin and added the php code to the header.php file.
The code in the header is:<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>I expected the plugin to do this:
Displaying the breadcrumbs as configured within the plugin.Instead it did this:
There is some rubbish in the top-left site of the page. While leaving the breadcrumbs untouched.
Disabling the breadcrumbs within the theme doesn’t help.
See also:https://moonen.dyndns.info/wlm4services/2012/12/eenvoudig-uitgelegd-saaspaascloud/
What can I do fix this?
Grtz – Will
- The topic ‘Breadcrumbs not working’ is closed to new replies.