• Resolved olegin

    (@olegin)


    Hi there,
    I use yoast seo and installed breadcrumbs on my site you can see here
    i have put the following code “after header” on hooks

    <?php if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>
    But the only problem i have is that I don’t want breadcrumb to show on my home page

    And one more thing actually i am new in this field of themes
    so i am asking disabling the breadcrumb from home, will there be any seo impact.
    Waiting for your reply

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @olegin

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .home p#breadcrumbs {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter olegin

    (@olegin)

    Thanks Snehal! It Works!
    It was easy )))

    2cool4school

    (@2cool4school)

    Hi – i have a similar request in that i want to have the breadcrumbs enabled but not display on any of our pages
    do you have a css solution for this?

    Theme Author Tom

    (@edge22)

    Hard to know for sure without seeing your site, but maybe this:

    .page p#breadcrumbs {
        display: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How remove or hide breadcrumbs on only home page?’ is closed to new replies.