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/
-
-
Activate wp-admin -> Settings -> FV Top Level Categories -> Only use top-level categories in URLs.
- The post URL should now be changed from http://localhost/wordpress/computers/apple/macbook-pro/ to http://localhost/wordpress/computers/macbook-pro/
-
Activate wp-admin -> Settings -> FV Top Level Categories -> Only allow following categories in URLs
-
Add a "Review" category to your "Macbook Pro" post.
-
In wp-admin -> Settings -> FV Top Level Categories -> Only allow following categories in URLs pick the "Review" category, but skip "Computers"
-
The post URL should now be changed from http://localhost/wordpress/computers/macbook-pro/ to http://localhost/wordpress/review/macbook-pro/
-