Archived topic
How to show Breadcrumb above Post Title
5 replies · Started by Mohit on September 18, 2018
Hi,
How do I show breadcrumb above post title that I placed using https://generatepress.com/forums/topic/changing-post-title/.
As breadcrumb are not showing in my blog posts automatically from yoast!
Thanks
Hi there,
Have you added the breadcrumb code inside the page hero content?
I'm not seeing it currently.
Let me know :)
Hey leo,
Can you please direct me to the code that I should add?
Thanks
Hi there
this topic covers breadcrumbs:
https://generatepress.com/forums/topic/breadcrumbs-to-the-basket-page/#post-642900
Hi David,
Thanks for getting back. I added the breadcrumb and its showing perfectly but the only thing is I want to show breadcrumb above post title that I created using: https://generatepress.com/forums/topic/changing-post-title/.
I want breadcrumb as mentioned in the photo: https://prnt.sc/kw0zte
Thanks
Hi there,
that is going to be fairly tricky as the Title being centred and of variable length.
Lets try this, remove the hook for now. And add this to your Page Hero:
<div class="hero-inner-wrap">
**Add Yoast shortcode here**
{{post_title}}
</div>
The yoast shortcode is listed here;
https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
Let me know once its done and ill work out the CSS.