Displays breadcrumbs navigation bar in this format:
Home > Blog > Parent category > Category > Post title
Download v1.0.0
http://www.sonorth.com/travel/download/QVSTVY9BBU
Works best if placed in a Menu container. You can also call this widget directly from your skin using this code
$Plugins->call_by_code( 'breadcrumbs', array(
'block_start' => '<ul class="$wi_class$">',
'block_end' => '</ul>',
'title' => 'You are here:',
'block_display_title' => false,
'display_home' => true,
'glue' => '>',
) );
Cool !