X3P0: Breadcrumbs

plugin banner

Breadcrumbs block for WordPress that supports Schema.org HTML5-valid microdata.

Author:Justin Tadlock (profile at wordpress.org)
WordPress version required:6.3
WordPress version tested:6.3.2
Plugin version:1.0.1
Added to WordPress repository:25-10-2023
Last updated:25-10-2023
Rating, %:0
Rated by:0
Plugin URI:https://github.com/x3p0-dev/x3p0-breadcrumbs
Total downloads:755
Active installs:50+
plugin download
Click to start download

X3P0 Breadcrumbs is one of the most advanced and robust breadcrumb navigation systems ever built for WordPress. It was born from a small script first released in 2009 and has grown into a system that can handle nearly any site’s setup to show the most accurate breadcrumbs for each page.

Blocks and Classic Support

The plugin works with both block and classic themes, so you can use it on any WordPress site.

For block themes, you can insert it into any template or template part via the WordPress Site Editor. Ideally, this would be something like the Header part, which is generally shown on every page of the site.

For classic themes, you must manually add the PHP code to your theme to call the breadcrumb trail like so:

<?php if ( class_exists( '\X3P0\Breadcrumbs\Trail' ) ) {
    \X3P0\Breadcrumbs\Trail::display();
} ?>

How It Works

This plugin automatically detects your permalink setup and displays breadcrumbs based on that structure. Nearly all sites have some sort of hierarchy. The plugin recognizes that and builds a set of unique breadcrumbs for each page on your site.

This means that it can also detect custom post types and taxonomies right out of the box. Whatever you throw at it, it’s got a solution.


Screenshots
FAQ
ChangeLog