Site logo

Archived topic

adding breadcrumbs

7 replies · Started by olusegun on October 11, 2019

Viewing posts 1–8 of 8

i followed the documentation for adding breadcrumbs to my theme using the hoook element and and adding the shortcode but i seem to be getting this:
','
' ); } ?>

instead of the breadcrumbs. i have cleared my cache twice

Hi there,

Can you first make sure execute shortcode is checked?

And also YoastSEO is activated?

Can you disable the caching plugin for now?

execute shortcode is checked
breadcrumbs is activated in yoast
i have disabled cache plugin

sorry my bad i think i added something else and i have corrected myself and the breadcrumb is now visible.
but if you look at it the space above the bread crumb is more than the space below i will like to make it even.

Try this CSS:

.entry-meta {
    margin-top: 0;
}
.single .entry-header {
    margin-bottom: 40px;
}

done thanks.

No problem :)

This archived topic is closed to new replies.