Removes the prefix from the URL for a category. For instance, if your old category link was <code>/category/catname</code> it will now be <code>/catname</code>
-
Create a category called "computers"
-
Create second category called "apple"
-
Make "apple" a child of "computers"
-
Create a post called "Macbook Pro"
-
Assign it to "apple" category
-
Category URL should be http://example.com/computers/apple/
-
If you navigate to http://example.com/category/computers/apple/ you should be redirected to http://example.com/computers/apple/
-