Plugin Settings
General
Breadcrumb Separator: Delete the separator from this field.
WDS already places a divider between page levels. With the separator in place, assistive technology announces it twice.
Current Item
Link Current Item: Check this box.
Mainsite Breadcrumb
To remove the network link from the beginning of the breadcrumb.
Main Site Breadcrumb: Uncheck this box.
Change the Name or Link in the Mainsite Breadcrumb
To change the text of the link for the Main Site breadcrumb item change the following items in the Main Site Home Template.
Original Code
Change these two code pieces to fix the main site breadcrumb.%title%
and %link%
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to %title%." href="%link%" class="%type%" bcn-aria-current><span property="name">%htitle%</span></a><meta property="position" content="%position%"></span>
Updated Code
Change to the custom title: %title%
= Washington State University (%title% is in two places in the code.)
Change to the custom link: %link%
= https://wsu.edu
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Washington State University." href="https://wsu.edu" class="%type%" bcn-aria-current><span property="name">Washington State University</span></a><meta property="position" content="%position%"></span>
Widget
Breadcrumb NavXT has a block (Breadcrumb Trail) available under Widget. It will display as it is set in Plugin Settings.
Example
Suggested Usage
There may be instances where you want to add the widget.
Hero Banner with or without Heading Banner
The breadcrumb will not appear with a Hero Banner at the top of the page and the page title in the banner or as a Heading block (H1) below the hero banner. Add in the Breadcrumb Trail block between the hero banner and the heading block.
If using the Page Title block after the Hero Banner the breadcrumb will display as expected without needing the breadcrumb block.