Title: Libre Breadcrumb Permalinks
Author: Luc André
Published: <strong>16. Juna 2026.</strong>
Last modified: 23. Juna 2026.

---

Pretražite dodatke

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

# Libre Breadcrumb Permalinks

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

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

 * [Detalji](https://bs.wordpress.org/plugins/libre-breadcrumb-permalinks/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/libre-breadcrumb-permalinks/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/libre-breadcrumb-permalinks/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/libre-breadcrumb-permalinks/#developers)

 [Podrška](https://wordpress.org/support/plugin/libre-breadcrumb-permalinks/)

## Opis

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.

## Instalacija

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

## ČPP

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Libre Breadcrumb Permalinks” is open source software. The following people have
contributed to this plugin.

Doprinositelji

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

[Prevedi “Libre Breadcrumb Permalinks” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/libre-breadcrumb-permalinks)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/libre-breadcrumb-permalinks/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/libre-breadcrumb-permalinks/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/)
od [RSS](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.0.0**
 *  Last updated **prije 2 mjeseca**
 *  Active installations **Manje od 10**
 *  WordPress version ** 4.5 ili viša **
 *  Tested up to **7.0.4**
 *  PHP version ** 5.4 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/libre-breadcrumb-permalinks/)
 * Tags
 * [breadcrumb](https://bs.wordpress.org/plugins/tags/breadcrumb/)[cpt](https://bs.wordpress.org/plugins/tags/cpt/)
   [permalink](https://bs.wordpress.org/plugins/tags/permalink/)[taxonomy](https://bs.wordpress.org/plugins/tags/taxonomy/)
   [url](https://bs.wordpress.org/plugins/tags/url/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/libre-breadcrumb-permalinks/advanced/)

## Ocjene

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

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/libre-breadcrumb-permalinks/)