I want a node link to a sub-sub-sub taxonomy term, and the breadcrumb show "sub 1/sub 2/sub 3/my node title" where every taxonomy term link to his own "page".

I use drupal 8 + easy breadcrumb module + pathauto.

I use pathauto patern like this : [node:content-type]/[node:field_categorie:entity:parent:parent:parent]/[node:field_categorie:entity:parent:parent]/[node:field_categorie:entity:parent]/[node:field_categorie]/[node:title]
"categorie" is a field of one of my taxonomy vocabulary.
The alias created is good but my breadcrumb is only feed by "invalid paths alias" (easy_breadcrumb setting "Include invalid paths alias as plain-text segments"). So there text only and not link to each taxonomy page.

Can I made the breadcrumb using url for each taxonomy term like module "Simple hierarchical select"?

https://www.drupal.org/project/shs
https://www.drupal.org/project/easy_breadcrumb
https://www.drupal.org/project/pathauto

Comments

ineinski’s picture

Where you able to resolve this? I am having a similar issue.