Is there a simple way to change the breadcrumbs so that they don't show the Site name as the first part of the breadcrumb?
Right now it has Site Title > Category > Post Name
I'd like it to be Category > Post Name only
//echo '<a href="' . home_url() . '" class="gk-home">' . get_bloginfo('name') . "</a>";