Breadcrumbs path not complete
-
Hello,
I’m working with a custom post type “person” and have created a custom taxonomy “birthplaces” with hierarchical terms like “australia” and “sydney”.
Now I want to use breadcrumbs and tested out several plugins. But unfortunately no plugin works correct when calling the custom taxonomy.
My path: https://example.de/birthplaces/australia/sydney.
I want to create a breadcrumb path like that: Home -> birthplaces -> australia -> sydney.
But unfortunately the path looks like that: Home -> australia -> sydney, what means, that the custom taxonomy base slug is ignored.The plugin developer from one of my tested breadcrumb plugins said, it depends on a wrong created taxonomy, and I should test it on a normal category. Indeed it works with a category.
I’ve tried around a bit with the args of the taxonomy, but I can’t get it work.I would be glad, if someone could help me to solve the problem.
Thank you very much in advance!
Andreas
The topic ‘Breadcrumbs path not complete’ is closed to new replies.