Title: Libre Breadcrumb Permalinks
Author: Luc André
Published: <strong>حوزه‌یران 16, 2026</strong>
Last modified: حوزه‌یران 23, 2026

---

گەڕان لە پێوەکراوەکان

![](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://ku.wordpress.org/plugins/libre-breadcrumb-permalinks/#description)
 * [پێداچوونەوەکان](https://ku.wordpress.org/plugins/libre-breadcrumb-permalinks/#reviews)
 *  [دامەزراندن](https://ku.wordpress.org/plugins/libre-breadcrumb-permalinks/#installation)
 * [گەشەپێدان](https://ku.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/)
بکە، یان بەشداربە لە [ڕووداوتۆماری گەشەپێدان](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://ku.wordpress.org/plugins/tags/breadcrumb/)[cpt](https://ku.wordpress.org/plugins/tags/cpt/)
   [permalink](https://ku.wordpress.org/plugins/tags/permalink/)[taxonomy](https://ku.wordpress.org/plugins/tags/taxonomy/)
   [url](https://ku.wordpress.org/plugins/tags/url/)
 *  [بینینی پێشکەوتوو](https://ku.wordpress.org/plugins/libre-breadcrumb-permalinks/advanced/)

## هەڵسەنگاندنەکان

No reviews have been submitted yet.

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

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

## بەشداربووان

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

## پشتیوانی

هیچت هەیە بۆ وتن؟ پێویستت بە یارمەتییە؟

 [بینینی مەکۆی پاڵپشتی](https://wordpress.org/support/plugin/libre-breadcrumb-permalinks/)