How can i add breadcrumb into the category view?

March 2014 WordPress Theme
GK User
Thu Jul 24, 2014 2:26 pm
Hi

When i click the menu and it takes me to my category posts grid view. But it only shows the posts I want to put the breadcrumb into this view, I believe it can, could you pls help me out? thanks.
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 8:53 am
Hello,

Did you tried to set option "Conditional Breadcrumbs Display" to "conditional rule" and then set option "Breadcrumbs display" to:

Code: Select all
is_category();


These options are available under the theme Basic settings.
User avatar
Administrator

GK User
Thu Jul 31, 2014 1:12 pm
dziudek wrote:Hello,

Did you tried to set option "Conditional Breadcrumbs Display" to "conditional rule" and then set option "Breadcrumbs display" to:

Code: Select all
is_category();


These options are available under the theme Basic settings.


Got it, i will try it. thanks!
User avatar
Junior Boarder

GK User
Fri Aug 01, 2014 5:23 am
dziudek wrote:Hello,

Did you tried to set option "Conditional Breadcrumbs Display" to "conditional rule" and then set option "Breadcrumbs display" to:

Code: Select all
is_category();


These options are available under the theme Basic settings.


Hi

I change the config in the basic setting of the theme. But it seems does not work. I can not see breadcrumbs in single post or in category post list page. Is there any other setting or is it delayed?

thanks.
User avatar
Junior Boarder

GK User
Fri Aug 01, 2014 10:04 am
Please try to remove the semicolon from the rule.
User avatar
Administrator


cron