Page 1 of 1

How to show breadcrumbs only in homepage?

Posted: Fri Oct 27, 2017 6:43 am
by oliwin
How to show breadcrumbs only in homepage or only categories page?

Re: How to show breadcrumbs only in homepage?

Posted: Fri Oct 27, 2017 6:51 am
by IP_CAM
by removing this Code out of every other Theme Template File, where it exists:

Code: Select all

  <ul class="breadcrumb">
    {% for breadcrumb in breadcrumbs %}
    <li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li>
    {% endfor %}
  </ul>
Good Luck ! ;)
Ernie

Re: How to show breadcrumbs only in homepage?

Posted: Mon Nov 06, 2017 3:45 pm
by aljaadi.akram
How to show breadcrumbs For shopping cart on view cart page because currently appears empty like this
Home > here empty >

I need it like this
Home > shopping cart