Simple Crumbs Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Simple Breadcrumbs – Generates a breadcrumb trail for pages and blog entries. Requires use of permalinks, and php > 4.1.0, tested WP 2.7x, 2.8x, 2.9.
Notes: link/crumb information from $query_string, page/post information from $post, using permalink info for making links, using permalink structure for bootstrapping unrolled recursions (deepest to topmost).
Author URI: http://www.strawberryfin.co.uk
Usage Examples:
- Usage:
<?php echo do_shortcode('[simple_crumbs root="Home" /]') ?>
- Usage:
[simple_crumbs root="Some Root" /]
- Usage:
[simple_crumbs /]
Sample Output: (with Home as ‘root’)
- Home > Section > Subsection
- Home > Blog > 2009 > 04 > 01 > Blog Title
- Home > Search Results
- Home > Tag > Tag Name
Screenshots
No screenshots provided