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:
- Unzip archive with Breadcrumb Navigator plugin.
- Copy ‘breadcrumb_menu.php’ to your /wp-content/plugins folder.
- Activate the plugin via admin interface.
- 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.
[…] The first Worpress plugin Yesterday I released my first WP plugin – Breadcrumb Navigator. It simple adds breadcrump menu fo […]
Seems like it doesn’t work with WordPress 2.0.
Seems like it doesn’t work with WordPress 2.0.
Thanks for your reporting, I’ll check it!