=== CS Remove Category Base ===
Contributors: codeptsolutions
Tags: category, remove category base, category base, permalink, SEO
Requires at least: 4.7
Tested up to: 7.0
Requires PHP: 5.6
Stable tag: 1.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

You can undoubtedly remove /category/ slug from your page WordPress URLs using this plugin.

== Description ==

CS Remove Category Base is an easy and useful WordPress Plugin. Use this plugin to remove the category base from permalink.

This is a fix of Category Base issues for Wordpress 4.7 and above.

Works out of the box - no setup needed. Just activate plugin. That's it! :)

== Installation ==

1. Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the `wp-content/plugins/` directory of your WordPress installation.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. That's it! :)

If you encounter issues after an install/update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save.” That should return things to normal.


== Frequently Asked Questions ==

= Do I need do some setting? =

No setup needed. Just activate plugin.

= I'm having issues with categories when I'm using %postname% permalink structure =

Make sure your categories have unique slugs - watch out for post/pages with the same slugs. Normally Wordpress uses the category prefix to distinguish page from a category, but with this plugin you need to make sure the slugs are unique, otherwise some pages might turn up instead of categories.

= How do I automatically redirect people from the old category permalink? =

For redirect from the old category permalink, You have not need extra setup. Just activate plugin. That's it! :)

= How to back the old category permalink? =

Just deactivate the plugin. That's it! :)

= Where can I ask for help? =
 
Please reach out via the official [support forum](https://wordpress.org/support/plugin/cs-remove-category-base/) on WordPress.org.


== Changelog ==

= Version 1.1.0 =
* Updated: compatible with WordPress 7.0

= Version 1.0.2 =
* Updated: compatible with WordPress 6.1.1

= Version 1.0.1 =
* Updated: compatible with WordPress 5.8
* Updated: compatible with PHP 8.0

= Version 1.0.0 =
* Initial Release