Ok so on SEO by Yoast you go and click the “internal links” and there you will find this:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('','
');
} ?>
Although I’m anything but a code savy, i copied this code and i went to EDITOR – HEADER and i pasted this code in the end of the header file. Problem is, it seems i pasted two time in 2 diff places and i can’t remember if i suppose to do this or not.
One is “div id” and one is “php if” or whatever. Should i delete the ph if?
<div id="breadcrumbs-wrapper" style="background-color:;">
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('','
'); } ?>