doubleedesign / doublee-breadcrumbs
There is no license information available for the latest version (2.1.0) of this package.
Package info
github.com/doubleedesign/doublee-breadcrumbs
Type:wordpress-plugin
pkg:composer/doubleedesign/doublee-breadcrumbs
Fund package maintenance!
2.1.0
2026-03-29 23:49 UTC
Requires
None
Requires (Dev)
- brain/monkey: ^2.6
- pestphp/pest: ^3.8.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Allows developers to easily add breadcrumb trails to theme templates in classic themes. (Not developed for or tested with block themes, other than being hard-coded into the PHP render function of a custom block.)
Installation
- Upload
breadcrumbs-doubleefolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('doublee_breadcrumbs'); ?>in your templates where you want to show breadcrumbs.
Options
- Global settings for how breadcrumb trails are built can be found in Settings > Breadcrumbs.
- You can override the title shown in the breadcrumb trail at the post level, in the Breadcrumb Settings metabox.
- Filters are provided so developers can modify which post types and taxonomies have breadcrumbs, and modify the HTML output. Details can be found in the settings screen.
Changelog
2.0.0
- Refactored to use PSR-4 autoloading
- Added unit tests