• Hi,

    When I stand in a post the “blog” in breadcrumbs is displayed. How do I delete this “blog link” in the breadcrump?

Viewing 3 replies - 1 through 3 (of 3 total)
  • would also like to know this. I want something like:

    Home >> My Category

    instead of

    Home >> Blog >> My Category

    Thanks

    Not sure if this is the right answer, but it worked for me.
    Around line 213, there’s a line of code

    $bloglink = $homelink.' '.$opt['sep'].' <a href="'.get_permalink(get_option('page_for_posts')).'">'.$opt['blog'].'</a>';

    I commented that out and added this line
    $bloglink = $homelink;

    That seems to have done the trick!
    (and this code can be found if you edit the plugin)

    @mfacer
    thank you!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Yoast Breadcrumbs] Blog title’ is closed to new replies.