Use breadcrumb fields (breadcrumb-title / breadcrumb-url) to render a dynamic breadcrumb trail on WordPress.
Where: CMS → breadcrumbs collection — Bind breadcrumb fields
Key ideas
- Repeated trail: A breadcrumb structure repeats hierarchy items rather than hard-coding one page path.
- Title and URL fields: breadcrumb-title supplies the visible label and breadcrumb-url supplies the linked destination.
Steps
- Insert/create the breadcrumb trail structure.
- Bind its repeated item label to breadcrumb-title and link to breadcrumb-url.
- Style current/ancestor states and separators without placing separators inside the bound label.
- Test a shallow page, a deeply nested page, and any taxonomy/product hierarchy after WordPress export.
Tips
- Mark the current page accessibly and avoid linking it to itself when the runtime supports that distinction.