Breadcrumbs Plus provide links back to each previous page the user navigated through to get to the current page or - in hierarchical site structures - the parent pages of the current one.
It gives you a new template tag called breadcrumbs_plus() that you can place anywhere in your template files.
Frameworks
Genesis
Hybrid
Nifty
Thematic
Thesis
Plugins
bbPress
Localization
English - (en_EN)
French - (fr_FR)
Italian - (it_IT)
Polish - (pl_PL) by Artur Omazda
Spanish - (es_ES)
安装:
Upload breadcrumb-plus to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Add the appropriate code to your template files.
常见问题:
How do I add it to my theme?
You would use this call:
`
'category' ) ); ?>
`
更新日志:
0.4
Added support for bbPress Plugin
Cleaned up the code
0.3
Added Polish language
Added support for Genesis Theme
Added support for custom post types and taxonomies
Added support for hierarchies
Added support for WordPress 3.1's post type archives