Last Commit | eab044c (December 4, 2024 12:00 am) |
---|---|
Repository | https://github.com/magicoli/olis-breadcrumbs |
License | AGPLv3 or later |
Several ways to add breadcrumbs to your pages, if your theme does not support them. If you theme already supports breadcrumbs, you probably don’t need this plugin, as it is likely to have less options.
You can add breadcrumbs with any of these methods:
[breadcrumbs]
shortcode- Breadcrumbs widget
- Breadcrumbs Divi Module (for Divi Themes or with Divi plugin)
- Breadcrumbs Element WPBakery Page Builder (aka js_composer aka Visual Composer)
Here are the options for the shordcode.
[breadcrumbs exclude-home="true"]
do not start the breadcrumbs with home page, default false[breadcrumbs exclude-archives="true"]
do not include main articles archive link, default false[breadcrumbs exclude-title="true"]
do not end the breadcrumbs with the post title, default false[breadcrumbs separator="×"]
separator, default "/"
Equivalent options are available in the widget and the Divi Module.
Leave a Reply