Home › Forums › Support › Yoast Breadcrumbs not showing This topic has 11 replies, 4 voices, and was last updated 6 years, 2 months ago by Leo. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts August 26, 2017 at 1:17 pm #373918 michael Yoast Breadcrumbs are enabled but not showing on posts or pages? August 26, 2017 at 5:56 pm #373984 TomLead Developer Lead Developer Have you added their required code into the hook you want it to show up?: https://generatepress.com/forums/topic/breadcrumbs-by-yoast-how-to-exclude-particular-pages/#post-356732 August 26, 2017 at 11:56 pm #374053 michael Ok git it! However, “Home” is showing up on my front Home page. How do I exclude breadcrumbs from blog postspage (the site front page), or static page (the page assigned to display the site front page)? Thanks again August 27, 2017 at 12:07 am #374063 TomLead Developer Lead Developer There might be some settings related to that inside Yoast 🙂 August 27, 2017 at 1:17 am #374087 michael Tom I dont see any settings in Yoast to remove breadcrumbs from a static homw page”page. Only from Showing in a “Blog page”. August 27, 2017 at 1:28 am #374092 michael I added a snippet to the front page in Simple CSS #breadcrumbs{display: none;}. It works but there should be a better solution. Right? August 27, 2017 at 9:46 am #374230 TomLead Developer Lead Developer Ahh, are you wanting to remove the entire breadcrumb area on the home page? If so, do this: .home #breadcrumbs { display: none; } September 24, 2017 at 6:36 am #390936 Quan hi, i removed Breadcrumbs on homepage. But the background still there. how can i remove it? screenshot:http://prntscr.com/gp2bmd i use this code for hook <?php if ( function_exists('yoast_breadcrumb') ) { ?> <div class="grid-container grid-parent"> <div class="page-header"> <?php yoast_breadcrumb('<p id="breadcrumbs">','</p>'); ?> </div> </div> <?php } ?> please help, thank you September 24, 2017 at 8:57 am #391037 TomLead Developer Lead Developer Replace this: <div class="grid-container grid-parent"> With this: <div class="grid-container grid-parent breadcrumb-container"> Then use this CSS instead: .home .breadcrumb-container { display: none; } September 24, 2017 at 8:57 am #391039 LeoStaff Customer Support Looks like it might be the header padding? https://docs.generatepress.com/article/header-padding/ If this doesn’t work can you provide a link to your site? Thanks! September 24, 2017 at 7:48 pm #391263 Quan It’s working! Thank you September 24, 2017 at 11:19 pm #391308 LeoStaff Customer Support No problem! Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In