Divi Breadcrumbs Simplified
A lightweight Divi Builder breadcrumbs module for WordPress.
by Bartosz "Bart" Klemensowski · github.com/klemensowski/divi-breadcrumbs-simplified
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/klemensowski/divi-breadcrumbs-simplified/archive/refs/heads/main.zipA lightweight Divi Builder module for adding customizable breadcrumb navigation to WordPress sites.
What It Does
Divi Breadcrumbs Simplified adds a Breadcrumbs module to Divi. Drop it into a Divi layout and it will render a breadcrumb trail for pages, posts, categories, archives, search results, authors, dates, and 404 pages.
Features
- Include or hide the homepage crumb
- Use custom homepage text
- Replace homepage text with a home icon
- Make parent breadcrumb items clickable or plain text
- Change the separator character
- Hide the current page from the breadcrumb trail
- Style breadcrumb text, separator text, spacing, borders, backgrounds, and shadows in Divi
- Visual Builder preview support
Requirements
- WordPress 6.0 or newer
- PHP 7.4 or newer
- Divi / Divi Builder
Development
Install dependencies:
npm install
Build Divi builder and frontend bundles:
npm run build
The built files in scripts/ are committed so the plugin can be installed without running a build step.
Changelog
0.1.2
- Added a
Hide Current Pagecontent setting. - Corrected light/dark text behavior.
- Updated Visual Builder preview behavior.
0.1.1
- Improved Divi Design tab compatibility.
- Moved module alignment into supported Divi text controls.
- Removed non-working text alignment from Breadcrumb Text.
0.1.0
- Initial plugin release.