=== Permalink Manager === Contributors: mbis Tags: urls, permalinks, slugs Requires at least: 4.0 Tested up to: 4.5 Stable tag: 0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Edit, mass replace or regenerate the permalinks (slugs) in all post types. You can also adjust their default permastructures (permalink bases/fronts). == Description == It is a really simple plugin that helps managing the permalinks that are used for all your Posts, Pages and other Custom Post Types. To improve the experience of the manager, you can filter the table and display only selected `post type`s or posts/pages/custom post type items with particular `post status`es. There are four main functionalities of this plugin: 1. You can manually adjust the slugs of selected posts/pages/custom post type items. 2. You can replace particular (sub)string that is a part of slug with another (sub)string. 3. You can regenerate/reset the slugs for your posts/pages/custom post types. This might be especially useful if your post titles are updated and slugs needs to be recreated. 4. You can change the default permalink bases (permastructures) for all custom post types & posts and pages (experimental functionality). = Example = If you want to quickly replace a part of slug (eg. `krakow` with another word `gdansk`), you just need to use the form from `Find and replace` section: `http://example.com/hotels-in-krakow http://example.com/restaurants-in-krakow http://example.com/transport-in-krakow http://example.com/blog/krakow-the-best-city-for-tourists http://example.com/poland/cities/krakow http://example.com/poland/cities/stalowa-wola http://example.com/poland/cities/warszawa http://example.com/poland/cities/poznan` After using it your permalinks will be changed to: `http://example.com/hotels-in-gdansk http://example.com/restaurants-in-gdansk http://example.com/transport-in-gdansk http://example.com/blog/gdansk-the-best-city-for-tourists http://example.com/poland/cities/gdansk http://example.com/poland/cities/stalowa-wola http://example.com/poland/cities/warszawa http://example.com/poland/cities/poznan` = Upcoming features = In the next version of plugin more functionalities will be added: * Support for taxonomies * REGEX for `Find and replace` section * Two-step updater, so you can double-check which permalinks will be changed before the change is applied * AJAX support. == Installation == Go to `Plugins -> Add New` section from your admin account and search for `Permalink Manager`. You can also install this plugin manually: 1. Download the plugin's ZIP archive and unzip it. 2. Copy the unzipped `permalink-manager` folder to the `/wp-content/plugins/` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress After the plugin is installed you can access its dashboard from this page: `Tools -> Permalink Manager`. == Screenshots == 1. Main dashboard. 2. Find and replace section. 3. Regenerate section. 4. Experimental function - Permalink Base (Permastructure) Editor. == Changelog == = 0.3 = * Now all permalink parts can be edited - new "Permalink Base Editor" section added. * Code optimization. * Bugfixes for Screen Options & Edit links. = 0.2 = * First public version. = 0.1 = * A first initial version. == Upgrade Notice == = 0.1 = Few bugs & strict standard errors are fixed. = 0.1 = A first initial version.