https://github.com/doubleedesign/doublee-breadcrumbs
WordPress breadcrumbs plugin. Allows developers to easily add breadcrumb trails to theme templates.
https://github.com/doubleedesign/doublee-breadcrumbs
wordpress wordpress-development wordpress-plugin
Last synced: 3 months ago
JSON representation
WordPress breadcrumbs plugin. Allows developers to easily add breadcrumb trails to theme templates.
- Host: GitHub
- URL: https://github.com/doubleedesign/doublee-breadcrumbs
- Owner: doubleedesign
- Created: 2021-08-11T13:04:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-29T23:49:24.000Z (3 months ago)
- Last Synced: 2026-04-02T15:40:40.034Z (3 months ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# A WordPress Breadcrumbs plugin
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
1. Upload `breadcrumbs-doublee` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `` 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