Breadcumb doesn't show full path

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Tue Mar 11, 2014 5:59 am
I'm using this amazing theme, and everything have been just great, but I became in a dead end here.

I have a top Category, and all the other ones are inside this one, What I wanted from this is to have an category in a link and show all the posts.

But I've discovered that the breadcumb doesn't recognize the main category such as:

HomePage / General

And if i access the General Category by its link, the breadcumb shows the name of the first sub-category. i.e.

If I have:

General
-Car Toys
-Girl Toys

And I access the Girl Toys category, it shows like this: "HomePage / General / Girl Toys

But if I only want to access the General Category, it grabs the name of the 1st sub-category: HomePage / General / Car Toys


Any help over here?

Regards,

Sebastian
User avatar
Fresh Boarder

GK User
Tue Mar 11, 2014 8:24 am
Hi,

Could you provide an URL to your website? (here or via PM) give me direct links to this category/subcategory if you can.
User avatar
Moderator

GK User
Wed Mar 12, 2014 9:13 am
Hi,

If you want to change it, please edit Creativity/gavern/helpers/helpers.layout.php file and change
Code: Select all
$output .= get_the_category_list(' ');
from gk_breadcrumbs_output function
into
Code: Select all
$output .= get_the_category_list(' ', 'multiple', false);
User avatar
Moderator


cron