A simple breadcrumb trail block that supports JSON-LD structured data and is compatible with Woocommerce
As of April 2026, Breadcrumb Block is a WordPress menu plugin with 3.0K+ active installations and a 5/5 rating from 13 reviews. It has been downloaded 29K+ times in total. Requires WordPress 5.9+ and PHP 7.0+. Available on WordPress.org since 2022. Downloads are down 6% this week. Top alternative: Admin Menu Editor.
This is a single-block plugin for the breadcrumb trail. It’s simple, lightweight, SEO-friendly, and WooCommerce compatibility. It also includes some simple separator icons. It works everywhere: Page Editor, Site Editor, and template files.
How to change/remove an item?
add_filter( 'breadcrumb_block_get_item', function ( $item_args, $context, $breadcrumbs_instance ) {
// Ignore items without context.
if ( ! $context || ! ( $context['object'] ?? false ) ) {
return $item_args;
}
// Eg: remove a term.
if ( 'term' === ( $context['type'] ?? '' ) && 'term-slug' === $context['object']->slug ) {
return false;
}
// Eg: Change the title of a page.
if ( 'page' === ( $context['type'] ?? '' ) && page_id_to_change === $…I use this plugin, but I had some difficulties at first. However, the programmer helped me and solved the problem.
A big thank you!
The plugin is fantastic! A special thanks for the ‘How to Customize the Breadcrumb’ documentation—it was incredibly helpful.
Please tell me
Does this plugin support PHP 8.2 or 8.3?
Does exactly what I expected – without superfluous features. It works very well. Thank you.
This just works, beautifully. Does exactly what you need and with filters, you can customize it quite easily. Great support as well. Highly recommend.
| WordPress | 5.9+ requiredTested up to 6.9.4 |
| PHP | 7.0+ required |
Release Date – 24 November 2025
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.