Breadcrumb Navigator Plugin

Description

Breadcrumb Navigator plugin adds hierarchy menu of parent pages for current one.

Download

Download Breadcrumb Navigator pluging 0.2 ( zip | tar ).

Installation:

  1. Unzip archive with Breadcrumb Navigator plugin.
  2. Copy ‘breadcrumb_menu.php’ to your /wp-content/plugins folder.
  3. Activate the plugin via admin interface.
  4. Add the following to your theme’s page.php right after content div starts before page title:

    <div class="page_navigation">
    < ?php build_pages_navigation(); ?>
    </div>

Source

You can browse the source of Breadcrumb Navigator there.

Example

You can see example of working of Breadcrumb Navigator plugin on the top of this page.

ChangeLog

0.2 Jan 23 2006
– fixed a bug with getting page ID in case of using permalinks.

0.1 Jan 18 2006
– initial release of Breadcrumb Navigator plugin.

3 thoughts on “Breadcrumb Navigator Plugin”

Leave a Reply

Your email address will not be published. Required fields are marked *