=== Plugin Name ===
Contributors: pabloaugusto, luanmuniz
Donate link: http://pabloaugusto.com/
Tags: category, permalink, seo, optimization, custom menu, url rewrite
Requires at least: 2.0.2
Tested up to: 3.x
Stable tag: 0.2
Transforms long path from categories and posts to a small path. Ex http://site.com/cat1/cat2/cat3/post-name to http://site.com/cat3/post-name.
== Description ==
This plugin transforms long path from categories and posts to a small path.
Ex:
http://site.com/cat1/cat2/cat3/cat4 to http://site.com/cat4
and
http:/site.com/cat1/cat2/cat3/cat4/post-name to http://site.com/cat4/post-name
== Installation ==
1. Upload last-category.php to the /wp-content/plugins/ directory
2. Activate the plugin through the Plugins menu in WordPress
3. Change Permalink structure to /%category%/%postname%
== Changelog ==
= 0.1 =
* inicial version.
= 0.2 =
* Simplified install process.