If I have two parent categories with posts belonging to a child of each of those two categories, is there any way to make the breadcrumbs stay consistent?
For instance, if I have a post in the parent/child category of "City/Atlanta" and also "Cuisine/Chinese" then when I am browsing the City/Atlanta archives the NavXT breadcrumb displays like so:
Blog > City > Atlanta > Joe's Chinese Food
But if I have a second post also in "City/Atlanta" but in "Cuisine/African" then that post shows like this even when I am browsing the City/Atlanta archives:
Blog > Cuisine > African > Joe's African Food
In my mind, I would logically expect the breadcrumb to know how to generate the trail based on the categories I am browsing (city vs cuisine) but then again, maybe this is not so simple after all?