I have a menu with some items that link to some views which filter content type associated with vocabulary terms.
Navigation
Menu ITEM -> views page vocabulary
Result :
my-site.com/vocabulary
(here it’s the vocabulary i added in view / PAGE SETTINGS / path
so it is not automatically generated from vocabulary)
When i click on on one of the articles, i can see the full content.
It works fine.
Navigation :
Menu ITEM -> views page vocabulary -> article
Result :
my-site.com/title-of-article
My question is related to breadcrumb.
The native breadcrumb of Drupal 8 doesn’t work properly. I’ve made a lot of search and discover that breadcrumb is not perfect in Drupal 8.
So I have tested 2 modules : Menu Breadcrumb and Easy Breadcrumb
Then, i can now display the Breadcrumb but i don’t see the taxonomy vocabulary in it.
I have :
home / Title of article
I would like to have
home / vocabulary / Title of article
or
home / (path view) / Title of article
I’ve sen other modules but they are not ported to D8 for now :
- Taxonomy Breadcrumb (No further development)
- Hansel breadcrumbs (not D8)
How can I handle this ? Do I have to create a custom module to handle vocabulary terms in breadcrumb and in url ?