- Support Hierarquical Taxonomies
Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives.
Basic Usage
Put this code <?php if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(); ?> in your theme and enjoy!
Or, for to get the breadcrumb: <?php if (function_exists('get_full_breadcrumb')) $var = get_full_breadcrumb(); ?>
In get_full_breadcrumb you can use the additional parameter 'type' => 'array' to return an array with the links. eg. array( 'type' => 'array' )

评论0