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

---

Buscar plugins

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

# Libre Breadcrumb Permalinks

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

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

 * [Detalles](https://es.wordpress.org/plugins/libre-breadcrumb-permalinks/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/libre-breadcrumb-permalinks/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/libre-breadcrumb-permalinks/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/libre-breadcrumb-permalinks/#developers)

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

## Descripción

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.

## Instalación

 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.

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«Libre Breadcrumb Permalinks» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

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

[Traduce «Libre Breadcrumb Permalinks» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/libre-breadcrumb-permalinks)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/libre-breadcrumb-permalinks/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/libre-breadcrumb-permalinks/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/)
por [RSS](https://plugins.trac.wordpress.org/log/libre-breadcrumb-permalinks/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.0.0

 * Initial release

## Meta

 *  Versión **1.0.0**
 *  Última actualización **hace 7 días**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 4.5 o superior **
 *  Probado hasta **7.0**
 *  Versión de PHP ** 5.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/libre-breadcrumb-permalinks/)
 * Etiquetas:
 * [breadcrumb](https://es.wordpress.org/plugins/tags/breadcrumb/)[cpt](https://es.wordpress.org/plugins/tags/cpt/)
   [permalink](https://es.wordpress.org/plugins/tags/permalink/)[taxonomy](https://es.wordpress.org/plugins/tags/taxonomy/)
   [url](https://es.wordpress.org/plugins/tags/url/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/libre-breadcrumb-permalinks/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/libre-breadcrumb-permalinks/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/libre-breadcrumb-permalinks/)