Title: Libre Breadcrumb Permalinks
Author: Luc André
Published: <strong>2026 年 6 月 16 日</strong>
Last modified: 2026 年 6 月 23 日

---

搜尋外掛

![](https://ps.w.org/libre-breadcrumb-permalinks/assets/icon-256x256.gif?rev=3585123)

# Libre Breadcrumb Permalinks

 由 [Luc André](https://profiles.wordpress.org/focuslibre/) 開發

[下載](https://downloads.wordpress.org/plugin/libre-breadcrumb-permalinks.1.0.0.zip)

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

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

## 外掛說明

By default, WordPress adds a base prefix to taxonomy URLs — `/category/`, `/tag/`,
or any custom taxonomy base. This plugin removes those prefixes and replaces them
with breadcrumb-style paths built directly from the term hierarchy, giving clean,
readable URLs that reflect the content structure:

    ```
    /parent-term/child-term/post-slug/
    ```

For custom post types associated with a taxonomy, the full term path is used as 
the permalink base. For non-hierarchical taxonomies, only the term slug is used.

It supports:

 * Hierarchical and non-hierarchical taxonomies
 * Custom post type permalinks built from associated taxonomy term paths
 * Automatic detection of public taxonomies (including `category` and `post_tag`)
   and CPTs
 * Configuration via filter for fine-grained control

The plugin works at the permalink and rewrite layer and does not modify stored slugs
or post content.

## 安裝方式

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin

The plugin works out of the box and has no administration interface. For custom 
configuration, use the `lbp_config` filter (see FAQ).

## 常見問題集

### Does it create database tables or store plugin data?

No. The plugin only generates rewrite rules and filters URLs. Nothing is stored 
beyond WordPress’s own rewrite rules cache.

### Can I choose which taxonomies and CPTs are affected?

Yes, via the `lbp_config` filter. Plain values declare a taxonomy whose base will
be stripped. String keys declare a CPT => taxonomy association — the taxonomy base
is also stripped, and the CPT permalinks are built from the term path.

    ```
    add_filter( 'lbp_config', function() {
        return [
            'category',                 // strip base from this taxonomy
            'post_tag',                 // strip base from this taxonomy
            'my_cpt' => 'my_taxonomy',  // strip base + build CPT permalinks from term path
        ];
    } );
    ```

Without this filter, the plugin auto-detects all public custom taxonomies, including`
category` and `post_tag`, and CPTs.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

 *   [ Luc André ](https://profiles.wordpress.org/focuslibre/)

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

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

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

## 變更記錄

#### 1.0.0

 * Initial release

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 4.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.1**
 *  PHP 版本需求 ** 5.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/libre-breadcrumb-permalinks/)
 * 標籤:
 * [breadcrumb](https://tw.wordpress.org/plugins/tags/breadcrumb/)[cpt](https://tw.wordpress.org/plugins/tags/cpt/)
   [permalink](https://tw.wordpress.org/plugins/tags/permalink/)[taxonomy](https://tw.wordpress.org/plugins/tags/taxonomy/)
   [url](https://tw.wordpress.org/plugins/tags/url/)
 *  [進階檢視](https://tw.wordpress.org/plugins/libre-breadcrumb-permalinks/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

 *   [ Luc André ](https://profiles.wordpress.org/focuslibre/)

## 技術支援

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

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