Hi. How do I give to terms page a breadcrumb if in admin/structure/custom_breadcrumbs/add it gives option only for content types?

So if path is shop/term/, so breadcrumb should be something like Home > Shop > Term, now it's only Home. Also I use Views to override default taxonomy output.

Comments

hiramanpatil’s picture

If you have installed 'custom_breadcrumb' module then you also need to enable 'Custom breadcrumbs for taxonomy' from the Modules page. Enable it then go to admin/config/user-interface/custom-breadcrumbs. You can see the section to set breadcrumbs for the taxonomy pages.

Thanks