Show breadcrumb for taxonomies, custom posts and all another pages.
As of April 2026, Full Breadcrumb is a WordPress breadcrumb plugin with 100 active installations and a 4/5 rating from 2 reviews. It has been downloaded 9.7K+ times in total. Requires WordPress 2.8+ and PHP false+. Available on WordPress.org since 2012. Last updated 13 years ago — may have compatibility concerns. Top alternative: Breadcrumb NavXT.
Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives.
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' )
<?php
show_full_breadcrumb(
array(
'separator' => array(
'content' => '»'
), // set FALSE to hide
'home' => array(
'showLink' => false
)
)…| WordPress | 2.8+ requiredTested up to 3.4.2 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.