Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1671 days ago
Is Jinx-Breadcrumbs abandoned?
Possibly abandoned (last update 1671 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
The plugin allows you to render breadcrumbs and configurate them with filters.
Usage
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.
__('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' => '',
'before_item' => '',
'after_item' => ' ',
]);
endif;
?>
You may also use the filter ‘jinx_jinx_breadcrumbs’ to overwrite them.
__('Start', 'cca'),
'search' => __('Your searched for "%s"', 'cca'),
]);
});
?>
The plugin will automatically try to find the correct archive pages by using the rewrite slug of custom taxonomies and post types.
If you may want to change this behavior, you may use some filters to manipulate the archive page.
If you return NULL, the archive page will be removed.
Installation
- Unzip the downloaded package
- Upload
jinx-block-rendererto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress