Title: Menu Breadcrumb
Author: Jon Christopher
Published: <strong>18 de novembre de 2014</strong>
Last modified: 30 de desembre de 2025

---

Buscar complements

![](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

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

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

 * [Detalls](https://ca-valencia.wordpress.org/plugins/menu-breadcrumb/#description)
 * [Ressenyes](https://ca-valencia.wordpress.org/plugins/menu-breadcrumb/#reviews)
 *  [Instal·lació](https://ca-valencia.wordpress.org/plugins/menu-breadcrumb/#installation)
 * [Desenvolupament](https://ca-valencia.wordpress.org/plugins/menu-breadcrumb/#developers)

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

## Descripció

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)

## Instal·lació

 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

## PMF

### 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)

## Ressenyes

![](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 de setembre de 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.

 [ Llegir totes les 2 ressenyes ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## Col·laboradors i desenvolupadors

«Menu Breadcrumb» és programari de codi obert. La següent gent ha col·laborat en
este complement.

Col·laboradors

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

[Traduïx «Menu Breadcrumb» a la teua llengua.](https://translate.wordpress.org/projects/wp-plugins/menu-breadcrumb)

### T’interessa el desenvolupament?

[Revisa el codi](https://plugins.trac.wordpress.org/browser/menu-breadcrumb/) , 
dona una ullada al [repositori SVN](https://plugins.svn.wordpress.org/menu-breadcrumb/)
o subscriu-te al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/menu-breadcrumb/)
per [RSS](https://plugins.trac.wordpress.org/log/menu-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 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

 *  Versió **1.0.3**
 *  Última actualització **fa 6 mesos**
 *  Instal·lacions actives: **300+**
 *  Versió de WordPress: ** 4.0 o posterior **
 *  Provat fins a **6.9.4**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/menu-breadcrumb/)
 * Etiquetes
 * [breadcrumb](https://ca-valencia.wordpress.org/plugins/tags/breadcrumb/)[breadcrumbs](https://ca-valencia.wordpress.org/plugins/tags/breadcrumbs/)
   [menu](https://ca-valencia.wordpress.org/plugins/tags/menu/)[nav](https://ca-valencia.wordpress.org/plugins/tags/nav/)
   [navigation](https://ca-valencia.wordpress.org/plugins/tags/navigation/)
 *  [Vista avançada](https://ca-valencia.wordpress.org/plugins/menu-breadcrumb/advanced/)

## Valoracions

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## Col·laboradors

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

## Suport

Tens alguna cosa a dir? Necessites ajuda?

 [Vore els fòrums de suport](https://wordpress.org/support/plugin/menu-breadcrumb/)