Full Breadcrumb
Show breadcrumb for taxonomies, custom posts and all another pages.
Maintenance 22/1004790d since update
Active installs
200
Downloads
9,568
Reviews
2
Age
13.4y
Tagsbreadcrumbbreadcrumb support taxonomybreadcrumb for custom poststaxonomy hierarquical
Plugin info
Total downloads: 9,568
Active installs: 200
Total reviews: 2
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/19/2012 (4790 days ago)
Added to WordPress: 8/19/2012 (13 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 3.4.2
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4790 days ago • 2 reviews
22/100
Is Full Breadcrumb abandoned?
Possibly abandoned (last update 4790 days ago).
Compatibility
Requires WordPress: 2.8
Tested up to: 3.4.2
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
- Support Hierarquical Taxonomies
Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors, attachments and archives.
Basic Usage
Put this code in your theme and enjoy!
Or, for to get the breadcrumb:
In get_full_breadcrumb you can use the additional parameter 'type' => 'array' to return an array with the links. eg. array( 'type' => 'array' )
Basic Customization
array(
'content' => '»'
), // set FALSE to hide
'home' => array(
'showLink' => false
)
)
);
?>
Advanced Customization
array(
'local' => __('You are here:'), // set FALSE to hide
'home' => __('Home'),
'page' => __('Page'),
'tag' => __('Tag'),
'search' => __('Searching for'),
'author' => __('Published by'),
'404' => __('Error 404 › Page not found')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // set FALSE to hide
'local' => array(
'element' => 'span',
'class' => 'local'
),
'home' => array(
'showLink' => false,
'showBreadcrumb' => true
),
'actual' => array(
'element' => 'span',
'class' => 'actual'
), // set FALSE to hide
'quote' => array(
'tag' => true,
'search' => true
),
'page_ancestors' => array(
'showLink' => false
)
)
);
?>
Settings for Portuguese-BR
array(
'local' => __('Você está aqui:'), // set FALSE to hide
'home' => __('Início'),
'page' => __('Página'),
'tag' => __('Etiqueta'),
'search' => __('Buscando'),
'author' => __('Publicado por'),
'404' => __('Error 404 › Página não encontrada')
),
'separator' => array(
'element' => 'span',
'class' => 'separator',
'content' => '›'
), // set FALSE to hide
'home' => array(
'showLink' => true
)
)
);
?>
Installation
- Go to your admin area and select Plugins -> Add new from the menu.
- Search for “Full Breadcrumb”.
- Click install.
- Click activate.
- Put this code
<?php if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(); ?>in your theme and enjoy!
See the description tab to know how customize. the breadcrumb,
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Changelog
1.2
- Added a option to enable links to page’s acestors.
- Added a option to disable the element in actual.
- Bug correction. Returns a empty register in array.
1.1
- Bug correction. Breaks on author without published posts.
- Include all category hierarchy of the post.
- Added a option to return as array.
- Added a option to disable the quotes in search and tags.
- Added a option to hide the separator.
1.0
- First revision.
