=== Jinx-Breadcrumbs === Contributors: Lugat Tags: breadcrumbs, seo Requires at least: 5.0 Tested up to: 5.5.1 Requires PHP: 7.1 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple yet powerful breadcrumbs for geeks == Description == The plugin allows you to render breadcrumbs and configurate them with filters. == Installation == 1. Unzip the downloaded package 2. Upload `jinx-block-renderer` to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress == 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' => '