Change the breadcrumbs

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Thu Oct 17, 2013 2:42 am
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
User avatar
Fresh Boarder

GK User
Thu Oct 17, 2013 7:55 am
You can do it by editing template core file:
wp-content/themes/Creativity/gavern/helpers/helpers.layout.php
(or better use child theme to override this file)
and comment this line:
Code: Select all
//echo '<a href="' . home_url() . '" class="gk-home">' . get_bloginfo('name') . "</a>";
User avatar
Moderator


cron