Site logo

Archived topic

the bread crumbs do not appear

7 replies · Started by noe_sp on August 19, 2018

Viewing posts 1–8 of 8

Hello,

I've activated the breadcrumbs in yoast seo and I put the code in the page headers or in the after header hook :

<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '
<p id="breadcrumbs">','

' );
}
?>

But the results is only this:
','
' ); } ?>

thank you

regards

Hello,

with this code the result is the same,

','
' ); ?>

thank you

Hello,

I had not checked to execute php,

with the shortocode has also works

<br />[wpseo_breadcrumb]<br />

Thank you!

hello,

They are in very large size,

Could you tell me how to resize it?

thank you

Hi there,

did you use the code that was in the link i provided? As i cant see the markup that would allow us to format that?

yes,

I've used this code

Hi there, it looks like you added them directly to the page header.... you could try this:

.page-header-content-container span {
    font-size: 16px;
}
This archived topic is closed to new replies.