Posted on February 28th, 2009 in WP Plugins | 21,978 views

Quick Slugs ScreenshotDescription:
Quick Slugs is a plugin for WordPress that helps you edit, update posts/pages slugs quickly.

Requires Version:
WordPress 2.7 or higher

Supported Languages:
US English/en_US (default)
Vietnamese/vi_VN

Download:

Installation:

  1. Download the plugin and extract its content
  2. Upload the complete folder “quick-slugs” to the “/wp-content/plugins/” directory
  3. Activate the plugin through the ‘Plugins’ menu in WP-Admin
  4. Go to ‘WP-Admin -> Posts -> Quick Slugs’ to change slugs

This version supports English and Vietnamese, English is the default. To use Vietnamese, follow these steps:
1. Open wp-config.php in the WordPress root directory on your host
2. Search this line:

define ('WPLANG', '');

and revise to

define ('WPLANG', 'vi_VN');

Any questions or suggestions, please leave comments here. Thank you! :P