How to show breadcrumbs only in homepage?
Posted: Fri Oct 27, 2017 6:43 am
How to show breadcrumbs only in homepage or only categories page?
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
<ul class="breadcrumb">
{% for breadcrumb in breadcrumbs %}
<li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li>
{% endfor %}
</ul>