• I needed to show Home title as dynamic (the real title of page), so i modified this plugin!

    Added following line after “$opt = get_option(“yoast_breadcrumbs”);” (line 170) into function yoast_breadcrumb():

    $opt['home'] = get_the_title(get_option(‘page_on_front’));

    Maybe this Home option can dropped altogether..

    Regards.

  • The topic ‘[Plugin: Yoast Breadcrumbs] Suggestion to replace Home with real page title’ is closed to new replies.