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 responses to “Breadcrumb Navigator Plugin”

  1. […] The first Worpress plugin Yesterday I released my first WP plugin – Breadcrumb Navigator. It simple adds breadcrump menu fo […]

  2. Michiel says:

    Seems like it doesn’t work with WordPress 2.0.

  3. Seems like it doesn’t work with WordPress 2.0.
    Thanks for your reporting, I’ll check it!

Leave a Reply

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