Hi John
Appreciate the follow up, for now we just use the following hack for us to achieve what we want:
<?php echo force_relative_url (get_permalink ($post->ID)); ?>
It seems to work for us in this project since we don’t need the breadcrumb to be linked and the permalink structure follows the breadcrumb we want to show.
However I think the use case might not to be too uncommon for others as well and would love to be able to use breadcrumb-navxt for this instead with the flexibility it brings and to be able to be consistent if you are using it for breadcrumbs on the single pages.