Site logo

Archived topic

Cannot get breadcrumbs to show in GP Premium Theme

21 replies · Started by Deirdre on October 11, 2020

Viewing posts 16–22 of 22

The Insert Script to Head Field is not part of the Hook Element - it must be from another plugin.
Move the code from there and place it in the Text area below that.

Okay, I tried that but now some symbols appear where the breadcrumbs should, the following>

> ','

' ); } ?>

Have you checked Execute PHP in the Hook Element ?

Glad to hear that !

Try adding this CSS to remove the breadcrumbs bottom margin:

.entry-header #breadcrumbs {
    margin-bottom: 0;
}

that did it, brilliant, thanks!

Glad we could be of help.

This archived topic is closed to new replies.