{"id":323505,"date":"2026-06-16T22:13:48","date_gmt":"2026-06-16T22:13:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/no-taxonomy-base\/"},"modified":"2026-06-16T22:13:27","modified_gmt":"2026-06-16T22:13:27","slug":"libre-breadcrumb-permalinks","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/libre-breadcrumb-permalinks\/","author":23207680,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"4.5","requires_php":"7.0","requires_plugins":null,"header_name":"Libre Breadcrumb Permalinks","header_author":"Luc Andr\u00e9","header_description":"Removes taxonomy base prefixes and builds breadcrumb-style permalinks from term hierarchies.","assets_banners_color":"","last_updated":"2026-06-16 22:13:27","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/focuslibre\/libre-breadcrumb-permalinks","header_author_uri":"https:\/\/focuslibre.fr.eu.org","rating":0,"author_block_rating":0,"active_installs":0,"downloads":34,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"focuslibre","date":"2026-06-16 22:13:27"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[11353,2007,2662,91,538],"plugin_category":[57],"plugin_contributors":[267404],"plugin_business_model":[],"class_list":["post-323505","plugin","type-plugin","status-publish","hentry","plugin_tags-breadcrumb","plugin_tags-cpt","plugin_tags-permalink","plugin_tags-taxonomy","plugin_tags-url","plugin_category-taxonomy","plugin_contributors-focuslibre","plugin_committers-focuslibre"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/libre-breadcrumb-permalinks.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>By default, WordPress adds a base prefix to taxonomy URLs \u2014 <code>\/category\/<\/code>, <code>\/tag\/<\/code>, 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:<\/p>\n\n<pre><code>\/parent-term\/child-term\/post-slug\/\n<\/code><\/pre>\n\n<p>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.<\/p>\n\n<p>It supports:<\/p>\n\n<ul>\n<li>Hierarchical and non-hierarchical taxonomies<\/li>\n<li>Custom post type permalinks built from associated taxonomy term paths<\/li>\n<li>Automatic detection of public taxonomies (including <code>category<\/code> and <code>post_tag<\/code>) and CPTs<\/li>\n<li>Configuration via filter for fine-grained control<\/li>\n<\/ul>\n\n<p>The plugin works at the permalink and rewrite layer and does not modify stored slugs or post content.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<p>The plugin works out of the box and has no administration interface. For custom configuration, use the <code>lbp_config<\/code> filter (see FAQ).<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20it%20create%20database%20tables%20or%20store%20plugin%20data%3F\"><h3>Does it create database tables or store plugin data?<\/h3><\/dt>\n<dd><p>No. The plugin only generates rewrite rules and filters URLs. Nothing is stored beyond WordPress's own rewrite rules cache.<\/p><\/dd>\n<dt id=\"can%20i%20choose%20which%20taxonomies%20and%20cpts%20are%20affected%3F\"><h3>Can I choose which taxonomies and CPTs are affected?<\/h3><\/dt>\n<dd><p>Yes, via the <code>lbp_config<\/code> filter. Plain values declare a taxonomy whose base will be stripped. String keys declare a CPT =&gt; taxonomy association \u2014 the taxonomy base is also stripped, and the CPT permalinks are built from the term path.<\/p>\n\n<pre><code>add_filter( 'lbp_config', function() {\n    return [\n        'category',                 \/\/ strip base from this taxonomy\n        'post_tag',                 \/\/ strip base from this taxonomy\n        'my_cpt' =&gt; 'my_taxonomy',  \/\/ strip base + build CPT permalinks from term path\n    ];\n} );\n<\/code><\/pre>\n\n<p>Without this filter, the plugin auto-detects all public custom taxonomies, including <code>category<\/code> and <code>post_tag<\/code>, and CPTs.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Removes taxonomy base prefixes and builds breadcrumb-style permalinks from term hierarchies.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/323505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=323505"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/focuslibre"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=323505"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=323505"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=323505"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=323505"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=323505"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=323505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}