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://ko.wordpress.org/plugins/libre-breadcrumb-permalinks/#description)
 * [평가](https://ko.wordpress.org/plugins/libre-breadcrumb-permalinks/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/libre-breadcrumb-permalinks/#installation)
 * [개발](https://ko.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).

## 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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/)
을 [RSS](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial release

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.5 또는 그 이상 **
 *  다음까지 시험됨: **7.0.2**
 *  PHP 버전 ** 5.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/libre-breadcrumb-permalinks/)
 * 태그:
 * [breadcrumb](https://ko.wordpress.org/plugins/tags/breadcrumb/)[cpt](https://ko.wordpress.org/plugins/tags/cpt/)
   [permalink](https://ko.wordpress.org/plugins/tags/permalink/)[taxonomy](https://ko.wordpress.org/plugins/tags/taxonomy/)
   [url](https://ko.wordpress.org/plugins/tags/url/)
 *  [고급 보기](https://ko.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/)