Title: Menu Breadcrumb
Author: Jon Christopher
Published: <strong>18. 11. 2014</strong>
Last modified: 30. 12. 2025

---

Prohledat pluginy

![](https://ps.w.org/menu-breadcrumb/assets/banner-772x250.png?rev=3429704)

![](https://ps.w.org/menu-breadcrumb/assets/icon-256x256.png?rev=3429704)

# Menu Breadcrumb

 Autor: [Jon Christopher](https://profiles.wordpress.org/jchristopher/)

[Stáhnout](https://downloads.wordpress.org/plugin/menu-breadcrumb.1.0.3.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/menu-breadcrumb/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/menu-breadcrumb/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/menu-breadcrumb/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/menu-breadcrumb/#developers)

 [Podpora](https://wordpress.org/support/plugin/menu-breadcrumb/)

## Popis

Breadcrumbs are often generated from Page structure, but in a world of Custom Post
Types that doesn’t always work. Menu Breadcrumb uses your WordPress Menu to generate
a breadcrumb trail based on the current page.

[View on GitHub!](https://github.com/jchristopher/menu-breadcrumb)

## Instalace

 1. Download `menu-breadcrumb.zip` and extract
 2. Upload the `menu-breadcrumb` folder to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‚Plugins‘ menu in WordPress
 4. Place `<?php if ( function_exists( 'menu_breadcrumb') ) { menu_breadcrumb( 'my-
    menu-id' ); } ?>` in your templates where you want the breadcrumb to appear

## Nejčastější dotazy

### How do I output a breadcrumb trail?

Add the following to your theme template where you would like to output the breadcrumb:

    ```
    <?php
        if ( function_exists( 'menu_breadcrumb') ) {
            menu_breadcrumb(
                'main',                             // Menu Location to use for breadcrumb
                ' &raquo; ',                        // separator between each breadcrumb
                '<p class="menu-breadcrumb">',      // output before the breadcrumb
                '</p>'                              // output after the breadcrumb
            );
        }
    ?>
    ```

### More documentation?

Of course! [https://github.com/jchristopher/menu-breadcrumb](https://github.com/jchristopher/menu-breadcrumb)

### Can I contribute?

Of course! [https://github.com/jchristopher/menu-breadcrumb](https://github.com/jchristopher/menu-breadcrumb)

## Recenze

![](https://secure.gravatar.com/avatar/9caf51a4b31e16f13f8dbe78b68383b9154665adcaecc7b5399f3d0f88d96423?
s=60&d=retro&r=g)

### 󠀁[it works](https://wordpress.org/support/topic/it-works-935/)󠁿

 [W2014](https://profiles.wordpress.org/w2014/) 3. 9. 2016

As I see, it works with WP 4.2.2. The Theme is being developed, so i could not find
any bugs so far.

 [ Přečtěte si všechny 2 recenze ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## Autoři

Menu Breadcrumb je otevřený software. Následující lidé přispěli k vývoji tohoto 
pluginu.

Spolupracovníci

 *   [ Jon Christopher ](https://profiles.wordpress.org/jchristopher/)

[Přeložte “Menu Breadcrumb” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/menu-breadcrumb)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/menu-breadcrumb/), 
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/menu-breadcrumb/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/menu-breadcrumb/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/menu-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0.3

 * Add filter to allow custom breadcrumbs. Props [benjaminpick](https://github.com/jchristopher/menu-breadcrumb/pull/2)
 * If empty breadcrumbs he shouldn’t show $before and $after. Props [benjaminpick](https://github.com/jchristopher/menu-breadcrumb/pull/3)
 * Tested up to WordPress 6.9

#### 1.0.2

 * Added a `menu_breadcrumb_level` property to each breadcrumb object

#### 1.0.1

 * Fixed an issue where the Menu wasn’t properly retrieved from the location

#### 1.0.0

 * Initial release

## Meta

 *  Verze **1.0.3**
 *  Poslední aktualizace **před 4 měsíce**
 *  Aktivních instalací **300+**
 *  Verze WordPressu ** 4.0 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/menu-breadcrumb/)
 * Štítků
 * [breadcrumb](https://cs.wordpress.org/plugins/tags/breadcrumb/)[breadcrumbs](https://cs.wordpress.org/plugins/tags/breadcrumbs/)
   [menu](https://cs.wordpress.org/plugins/tags/menu/)[nav](https://cs.wordpress.org/plugins/tags/nav/)
   [navigation](https://cs.wordpress.org/plugins/tags/navigation/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/menu-breadcrumb/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  2 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## Spolupracovníci

 *   [ Jon Christopher ](https://profiles.wordpress.org/jchristopher/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/menu-breadcrumb/)