=== Custom Post Type Slug Manager === Contributors: canpalte Donate link: https://www.paypal.me/luispeel Tags: cpt, custom post type, slug, edit, remove Requires at least: 4.7 Tested up to: 6.6.0 Stable tag: 1.0 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easily edit or remove slugs for any custom post type. Customize your content URLs without coding. == Description == This plugin provides a simple and powerful interface for managing custom post type slugs. With it, you can:

Example:

If you have a custom post type called "vehicle" with a URL like https://www.yoursite.com/vehicle/mycar, this plugin will allow you to change the slug to "car" to get the URL https://www.yoursite.com/car/mycar or even remove it completely to have https://www.yoursite.com/mycar.

Benefits:

== Installation ==

Using the WordPress Plugin Installer

  1. Go to the "Plugins" section in your WordPress dashboard.
  2. Search for "CPT Slug Editor".
  3. Click "Install Now".

Manual Installation

  1. Download the plugin ZIP file.
  2. Upload the ZIP file to the "/wp-content/plugins/" directory on your WordPress site.
  3. Activate the plugin from the "Plugins" menu.

Activate the Plugin

  1. Go to the "Plugins" menu in your WordPress dashboard.
  2. Find the "CPT Slug Editor" plugin.
  3. Click "Activate".

Configure Settings

  1. Go to Settings > CPT Slug.

Edit or Delete Slugs

  1. On the settings page, you can now edit or delete the slugs of your custom post types.
== Changelog == = 1.0 = * First version