=== 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:

<ul>
  <li><strong>View:</strong> See a complete list of all custom post types registered on your site.</li>
  <li><strong>Edit:</strong> Quickly and safely change the slug of any custom post type. For example, you can transform "vehicle" into "car" for shorter and more descriptive URLs.</li>
  <li><strong>Delete:</strong> Completely remove the slug of a custom post type, simplifying your URL structure.</li>
</ul>

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

<p><strong>Benefits:</strong></p>
<ul>
  <li>Greater control over your URLs.</li>
  <li>Flexibility to adapt URLs to your specific needs.</li>
  <li>Ease of use thanks to its intuitive interface.</li>
</ul>


== Installation ==

<h3>Using the WordPress Plugin Installer</h3>
<ol>
  <li>Go to the "Plugins" section in your WordPress dashboard.</li>
  <li>Search for "CPT Slug Editor".</li>
  <li>Click "Install Now".</li>
</ol>

<h3>Manual Installation</h3>
<ol>
  <li>Download the plugin ZIP file.</li>
  <li>Upload the ZIP file to the "/wp-content/plugins/" directory on your WordPress site.</li>
  <li>Activate the plugin from the "Plugins" menu.</li>
</ol>

<h3>Activate the Plugin</h3>
<ol>
  <li>Go to the "Plugins" menu in your WordPress dashboard.</li>
  <li>Find the "CPT Slug Editor" plugin.</li>
  <li>Click "Activate".</li>
</ol>

<h3>Configure Settings</h3>
<ol>
  <li>Go to Settings > CPT Slug.</li>
</ol>

<h3>Edit or Delete Slugs</h3>
<ol>
  <li>On the settings page, you can now edit or delete the slugs of your custom post types.</li>
</ol>


== Changelog ==

= 1.0 =
* First version

