2017 © Pedro Peláez
 

library wordpress-breadcrumbs

Build and display breadcrumbs for WordPress pages

image

grottopress/wordpress-breadcrumbs

Build and display breadcrumbs for WordPress pages

  • Thursday, March 8, 2018
  • by akadusei
  • Repository
  • 1 Watchers
  • 1 Stars
  • 74 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

WordPress Breadcrumbs

Build and display breadcrumbs for WordPress pages, (*1)

Installation

Install via composer:, (*2)

composer require grottopress/wordpress-breadcrumbs

Usage

<?php
declare (strict_types = 1);

use GrottoPress\WordPress\Breadcrumbs;
use GrottoPress\WordPress\Page;

// Instantiate
$breadcrumbs = new Breadcrumbs(new Page(), [
    'home_label' => \esc_html__('Home'),
    'delimiter' => '/',
    'before' => \esc_html__('Path: '),
]);

// Render
$breadcrumbs->render();

Development

Run tests with composer run test., (*3)

Contributing

  1. Fork it
  2. Switch to the master branch: git checkout master
  3. Create your feature branch: git checkout -b my-new-feature
  4. Make your changes, updating changelog and documentation as appropriate.
  5. Commit your changes: git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a new Pull Request against the GrottoPress:master branch.

The Versions

08/03 2018

dev-master

9999999-dev

Build and display breadcrumbs for WordPress pages

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

08/03 2018

dev-dev

dev-dev

Build and display breadcrumbs for WordPress pages

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

08/03 2018

0.4.0

0.4.0.0

Build and display breadcrumbs for WordPress pages

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

16/11 2017

0.3.1

0.3.1.0

A library to render breadcrumbs for a WordPress page.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

23/10 2017

0.3.0

0.3.0.0

A library to render breadcrumbs for a WordPress page.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

28/09 2017

0.2.0

0.2.0.0

A library to render breadcrumbs for a WordPress page.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs

14/09 2017

0.1.0

0.1.0.0

A library to render breadcrumbs for a WordPress page.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress breadcrumbs