Archived topic
Adding breadcrumbs
8 replies · Started by Elizabeth on October 8, 2019
I followed the steps in this guide (https://docs.generatepress.com/article/adding-breadcrumbs/), but can't figure out what I'm missing.
Hi there,
Have you tried clearing your caching plugin?
Let me know :)
I cleared my cache and still can't see the breadcrumbs. I'll look into clearing my caching plugin too.
I was able to get the breadcrumbs to show up. Now I want to know how to move them so they're below the post title instead of above the post title.
Hi there,
you can use a different Hook, for example after_entry_title - but this only exists on Single posts. You can see the various hooks placement here:
Thanks David! Do you like the way it looks? It worked to do what you said.
Awesome - looks great :)
I would suggest adding this CSS:
.single-post .entry-meta {
margin-bottom: 1em;
}
It will add a little space between the byline and the breadcrumb so the links are more accessible.
omg that looks so much better!! thanks!!
You're welcome