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

---

搜尋外掛

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

 由 [Jon Christopher](https://profiles.wordpress.org/jchristopher/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/menu-breadcrumb/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/menu-breadcrumb/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/menu-breadcrumb/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/menu-breadcrumb/#developers)

 [技術支援](https://wordpress.org/support/plugin/menu-breadcrumb/)

## 外掛說明

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)

## 安裝方式

 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

## 常見問題集

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

## 使用者評論

![](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/) 2016 年 9 月 3 日

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

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Menu Breadcrumb〉的開發相關工作。

參與者

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

[將〈Menu Breadcrumb〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/menu-breadcrumb)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/menu-breadcrumb/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/menu-breadcrumb/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/menu-breadcrumb/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/menu-breadcrumb/)。

## 變更記錄

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

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **5 個月前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 4.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  語言
 * [English (US)](https://wordpress.org/plugins/menu-breadcrumb/)
 * 標籤:
 * [breadcrumb](https://tw.wordpress.org/plugins/tags/breadcrumb/)[breadcrumbs](https://tw.wordpress.org/plugins/tags/breadcrumbs/)
   [menu](https://tw.wordpress.org/plugins/tags/menu/)[nav](https://tw.wordpress.org/plugins/tags/nav/)
   [navigation](https://tw.wordpress.org/plugins/tags/navigation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/menu-breadcrumb/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/menu-breadcrumb/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/menu-breadcrumb/)