Schema.org microdata that can handle variations in site structure more accurately than any other breadcrumb plugin for WordPress. Insert into your theme with the breadcrumb_trail() template tag. * Version: 0.6.1 * Author: Justin Tadlock * Author URI: http://justintadlock.com * Text Domain: breadcrumb-trail * Domain Path: /languages */ /* Extra check in case the script is being loaded by a theme. */ if ( !function_exists( 'alchem_breadcrumb_trail' ) ) require_once( 'breadcrumbs.php' );