This is a handy and easy to use plugin for WordPress which creates breadcrumb navigation. This plugin generates breadcrumb trails for your WordPress blog or website which makes it easier for user to navigate.
For more information visit coffeecupweb.com
安装:
Upload easy-breadcrumbs folder to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
To output the breadcrumbs place the following code in your template files
<?php if(function_exists(ccw_breadcrumb)) {ccw_breadcrumb();} ?>