An easy-to-use template tag for showing a breadcrumb menu on your site.
I mostly develop WordPress themes. Many of my users had a real need for a functional breadcrumb menu without having to find and test a lot of other plugins. So, I've been developing this script for several years for my theme users.
I finally thought it was time to release it publicly so others could enjoy the benefits of this plugin just as my theme users have been.
Basically, it's a navigational tool. On many sites, you'll see something that looks like this:
You are here > Home > Archives > Sub-page
This plugin allows you to easily add this to your site.
There are several methods, but in general, you would use this call:
<?php if ( function_exists( 'breadcrumb_trail' ) ) breadcrumb_trail(); ?>
To see all methods and options, refer to the readme.html file included with the plugin download.
Requires: 3.1 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-20
Downloads: 19,036
Got something to say? Need help?