---
site_name: Toret dokumentace
site_url: https://documentation.toret.cz
contact_email: info@toret.cz

title: Toret Breadcrumbs plugin documentation
url: https://documentation.toret.cz/en/toret-breadcrumbs-documentation/
date: 2026-02-05
modified: 2026-02-17
author: tcirkl
type: page
---

# Toret Breadcrumbs plugin documentation

Welcome to the documentation page for the Toret Breadcrumbs plugin, which **creates custom breadcrumb navigation using menus.** You can purchase the Breadcrumbs plugin here: [Toret Breadcrumbs for WooCommerce](https://toret.cz/produkt/breadcrumbs/)

Table Of Contents

1. Plugin Installation
2. Plugin Activation
3. Plugin Settings
4. Inserting Breadcrumbs into the Website
5. Creating and Assigning a Menu as Breadcrumb Navigation
6. Plugin testing

## Plugin Installation

Upon purchasing the plugin, you will receive a license key and a download link for the plugin zip file via email. You can find detailed instructions on how to install the plugin from your computer into WordPress [here](https://documentation.toret.cz/instalace-pluginu/).

## Plugin Activation

After installing the plugin, open the Toret Breadcrumbs plugin, insert the license key into the appropriate field, and verify the license.

![Toret Breadcrumb plugin activation](https://documentation.toret.cz/wp-content/uploads/2024/06/toret-breadcrumbs-aktivace.png "Toret Breadcrumb plugin activation")

## Plugin Settings

The plugin settings contain only two items.

![Toret Breadcrumb plugin settings](https://documentation.toret.cz/wp-content/uploads/2024/06/nastaveni-toret-breadcrumbs-1024x178.png "Toret Breadcrumb plugin settings")

Home page name (Název domácí stránky) – used to set the text for the top-level item in the breadcrumb navigation.

---

Separator (Separátor) – insert the separator symbol for individual breadcrumb items.

---

Now you can create a menu as the structure for the breadcrumb navigation.

## Inserting Breadcrumbs into the Website

Using the shortcode [[toretbread]], you can insert the menu anywhere on the page using the editor.

The inserted navigation might then look like this:
[toretbread]

In case you want to insert the breadcrumb navigation into template files, use
`echo do_shortcode('[[toretbread]]');`

## Creating and Assigning a Menu as Breadcrumb Navigation

The breadcrumb navigation structure is created using WordPress menus. Go to *Appearance → Menus*  and create a new menu.

![Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation](https://documentation.toret.cz/wp-content/uploads/2024/06/tvorba-menu-pro-drobeckovou-navigaci-980x453-1.png "Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation")

After creating the menu, set the menu display location to **Toret Breadcrumbs**. Update the menu.

![Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation](https://documentation.toret.cz/wp-content/uploads/2024/06/poloha-zobrazeni-menu-980x453-1.png "Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation")

Now you can create and assemble the breadcrumb navigation structure using the standard menu creation process.

![Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation](https://documentation.toret.cz/wp-content/uploads/2024/06/vytvorene-menu-pro-drobeckovou-navigaci-980x457-1.png "Toret Breadcrumb plugin Creating and assigning a menu as breadcrumb navigation")

The final step is inserting the breadcrumb navigation into the website.

## Plugin testing

For testing purposes, you can use:

- the subdomain “dev.domainlicense” (with the same license as for the production website)
- localhost (127.0.0.1)

Purchased plugins will also work in these locations, and you can test their implementation and compatibility here before deploying them to the website and during its use.