Remove Taxonomy Slug

Beskrivning

This plugin allows you to create SEO-friendly URLs by removing taxonomy slugs, making URLs cleaner and more attractive to search engines. It’s simple to use, even for those with minimal technical knowledge.

With this plugin, you can:
– Remove slugs from custom taxonomies by adjusting plugin settings.
– Access the settings in your WordPress admin dashboard under Remove Taxonomy Slug Settings.
– Select the taxonomies you wish to modify and save your preferences.

Developer Note

For advanced customization, a filter is provided:
add_filter('remove_taxonomy_slug_filter', function($slug_list) {
return $slug_list;
});

Ensure the slug names are accurate in the array.

Compatible functions:
term_link
get_category_link
get_term_link
category_link

This plugin also works seamlessly with Custom Post Type UI.

For support, contact me at akshay.shah5189@gmail.com.

If you need to remove post type slugs, check out my other plugin: Remove Post Type Slug

Skärmdumpar

  • Admin settings for configuring taxonomy slugs.

Installation

  1. Upload remove-taxonomy-slug.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ’Plugins’ menu in WordPress.
  3. Go to the Remove Taxonomy Slug Settings menu, select the taxonomy slug, and save the settings.
  4. Done!

Recensioner

21 november 2022
Solved taxonomy slug on custom post type with one click. I absolutely recommend using this plugin if you are not familiar with the code.
Läs 1 betyg

Bidragsgivare och utvecklare

”Remove Taxonomy Slug” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Remove Taxonomy Slug” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.1

  • Version update

1.0

  • Initial release