Plugin: Breadcrumb
This plugin generates locational breadcrumb trails of your WordPress blog.
For example:
Index » Tutorials » WP: WordPress » Installing WordPress
Please take note that Breadcrumb NavXT requires PHP5.
Installation
- First, download the latest version of Breadcrumb NavXT.
- Extract all files.
- Upload the breadcrumb-navxt folder to your Plugins folder.
- Go to your Admin Panel and active the plugin.


- And you’re done.
The Code
Here’s the code that you use to display your Breadcrumbs:
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
</div>
Place the code to where you would like your Breadcrumb to appear.
The Settings
To change the settings of your Breadcrumbs, Click Settings » Breadcrumb NavXT.
Under Breadcrumb Separator, you can change it to » or what ever separator you’d like to have.