Simple yet powerful breadcrumbs for geeks
As of April 2026, Jinx-Breadcrumbs is a WordPress seo plugin with 0 active installations and a 0/5 rating0. It has been downloaded 916 times in total. Requires WordPress 5.0+ and PHP 7.1+. Available on WordPress.org since 2020. Last updated 4 years ago — may have compatibility concerns. Top alternative: Yoast SEO – Advanced SEO with real-time….
The plugin allows you to render breadcrumbs and configurate them with filters.
Use the function ‘jinx_breadcrumbs’ to render the breadcrumbs where you want them to be. You may overwrite the default arguments by passing an array to the function.
<?php
if (function_exists('jinx_breadcrumbs')) :
jinx_breadcrumbs([
// default args
'home' => __('Home', 'jinx-breadcrumbs'),
'search' => __('Search: "%s"', 'jinx-breadcrumbs'),
'404' => __('Error 404', 'jinx-breadcrumbs'),
'author' => __('Author: %s', 'jinx-breadcrumbs'),
'year' => 'Y',
'month' => 'F',
'day' => 'd',
'before' => '<nav aria-label="breadcrumb"><ol>',
'after' => '</ol></nav>',
'before_item'…| WordPress | 5.0+ requiredTested up to 5.5.18 |
| PHP | 7.1+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.