Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahdiyazdani/wp-breadcrumbs
Breadcrumb trails for the WordPress sites.
https://github.com/mahdiyazdani/wp-breadcrumbs
Last synced: 4 days ago
JSON representation
Breadcrumb trails for the WordPress sites.
- Host: GitHub
- URL: https://github.com/mahdiyazdani/wp-breadcrumbs
- Owner: mahdiyazdani
- License: gpl-3.0
- Created: 2024-08-22T09:38:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:59:09.000Z (3 months ago)
- Last Synced: 2024-09-26T23:45:59.291Z (about 2 months ago)
- Language: PHP
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Breadcrumbs library
Library to be bundled with WordPress themes and plugins to display a simple and easy to use breadcrumbs.
## Installation
We recommend installing the library using [Composer](https://getcomposer.org/), as follows.```
composer require mahdiyazdani/wp-breadcrumbs
```Another option is to download the [class file](https://github.com/mahdiyazdani/wp-breadcrumbs/blob/main/src/wp-breadcrumbs.php) manually.