Hide Bread crumbs on FrontPage

May 2014 WordPress Theme
GK User
Tue Feb 17, 2015 2:48 pm
Hi,
is there any way to hide the bread crumbs on the frontage of the site? They won't show on your example site.

Kindly
Linus
User avatar
Senior Boarder

GK User
Tue Feb 17, 2015 6:17 pm
Hi,

Yes, please check you StoreFront -> Template Options -> Basic tab and set "Conditional Breadcrumbs Display" option to disabled or to "conditional rule" and add this rule below (if you want to show breadcrum on other pages):
Code: Select all
!is_home()
User avatar
Moderator

GK User
Wed Feb 18, 2015 11:01 am
Found it and did the change. I'm not sure if my site is cashing because I can't see the change.
sydax.se
User avatar
Senior Boarder

GK User
Wed Feb 18, 2015 11:33 pm
If it still doesn't work, try to use
Code: Select all
!is_front_page()
instead.
User avatar
Moderator

GK User
Fri Feb 20, 2015 10:57 am
YES! :D

Thanks Piotr!

/linus
User avatar
Senior Boarder


cron