Use the breadcrumb shortcode to display the current page’s location within the site's navigational hierarchy.
Use the breadcrumb
shortcode to display the current page’s location within the site’s navigational hierarchy.
The shortcode supports the following arguments:
Argument | Required | Description |
---|---|---|
path | No | Optional path of the page, defaults to current page. |
As an example, the following shortcode displays a breadcrumb for the current page.
{{< breadcrumb path="breadcrumb" >}}