Kriesi.at – new media design

Wordpress Plugin: Simple Breadcrumb Navigation

If you do create websites with WordPress, that go beyond the scope of normal blog pages, you should consider to include a breadcrumb navigation for advanced usability. Since I am using WordPress mainly as a CMS and wasn't very satisified with the availaible plugins (too bloated, too many options to my mind) I decided to code my very own lightweight version.

If you want a very lightweight breadcrumb navigation that supports nested categories and pages, doesn't need many database queries, and if you don't need any crazy options this might be your breadcrumb plugin of choice.

Usage

Just upload the simple_breadcrumb.php file to your plugins folder and activate it in your WordPress backend.

To display the navigation add this line of code to the template file of your choice:

<?php if (class_exists('simple_breadcrumb')) { $bc = new simple_breadcrumb; } ?>

Example

You can find a working example at my newest Wordpress Theme Javazine
(I excluded the Breadcrumb Navigation from the front page, just open a post/page or a categorie to display it)

Download

Download
Last Update: November 05th 2008, Version: 1.0

Responses to “Wordpress Plugin: Simple Breadcrumb Navigation”

Trackbacks

  1. WordPress плагин Simple Breadcrumb Navigation | Manefon

Leave a Reply