How can we get Breadcrumbs to display just the Category and Postname and omit the site name?
Right now the setting is: "!is_home()" which displays:
Sitename > Category > Postname
I would like to output the following:
Category > Postname
Suggestions?
$output .= '<a href="' . home_url() . '" class="gk-home">' . apply_filters('gavern_breadcrumb_home', get_bloginfo('name')) . "</a>";
// $output .= '<a href="' . home_url() . '" class="gk-home">' . apply_filters('gavern_breadcrumb_home', get_bloginfo('name')) . "</a>";