=== Permalinks Customizer === Contributors: sasiddiqui, yasglobal, michaeltyson License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Tags: address, category, custom, custom permalink, custom post permalinks, link, permalink, rewrite slug, redirects, slug, tags, url Requires at least: 3.5 Tested up to: 4.5 Stable tag: 0.3.2 Set permalinks for default post-type and custom post-type which can be changed from the single post edit page. == Description == This plugin is a fork of [Custom Permalink](https://wordpress.org/plugins/custom-permalinks/). It has some expanded bug patches and some features which were not in the [Custom Permalink](https://wordpress.org/plugins/custom-permalinks/). Customize your URL and set the slug. You can use basic keywords which is defined by the wordpress for defining the permalinks as well as someother new keywords which is defined by this plugin. All the keywords is defined on the Tags page under Permalinks Customizer. By using Permalinks Customizer you can set the permalinks for each post-type seperately. = How to set the Permalinks for the post-types seperately = Let's assume that you have 6 post-types and they all have different style of permalinks. Like: 1. Blog : For this post type you want to create a permalink which looks like this: http://www.example.com/blog/year-month-date-postname/ 2. Customers : For this post type you want to create a permalink which looks like this: http://www.example.com/customers/postname/ 3. Events : For this post type you want to create a permalink which looks like this: http://www.example.com/events/year-month-date-postname/ 4. Press : For this post type you want to create a permalink which looks like this: http://www.example.com/press/category/year/postname/ 5. News : For this post type you want to create a permalink which looks like this: http://www.example.com/news/year/postname/ 6. Sponsors : For this post type you want to create a permalink which looks like this: http://www.example.com/company/sponsor/post_title/ This plugin allows you to do this very easily. You just need to go on Permalinks Customizer Settings Page. Where text fields are shown with post-type name. You can define your permalinks you want to create for each post type. If you leave the some post-type fields empty. So, Permalinks Customizer would create a permalink for that post-type by using the default permalink settings. > How to Configure Permalinks Customizer > > You can configure the plugin by going to the menu `Permalinks Customizer` that appears in your admin menu.

OR

http://www.example.com/wp-admin/admin.php?page=permalinks-customizer-settings = Structure Tags = * %title% : Title of the post. let's say the title is "This Is A Great Post!" so, it becomes this-is-a-great-post in the URI. * %year% : The year of the post, four digits, for example 2004 * %monthnum% : Month of the year, for example 05 * %day% : Day of the month, for example 28 * %hour% : Hour of the day, for example 15 * %minute% : Minute of the hour, for example 43 * %second% : Second of the minute, for example 33 * %post_id% : The unique ID # of the post, for example 423 * %postname% : A sanitized version of the title of the post (post slug field on Edit Post/Page panel). So "This Is A Great Post!" becomes this-is-a-great-post in the URI. * %category% : A sanitized version of the category name (category slug field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI. * %product_cat% : A sanitized version of the product category name (category slug field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI. This tag is specially used for WooCommerce Products. * %author% : A sanitized version of the author name. Note: *%postname%* is similar as of the *%title%* tag but the difference is that *%postname%* can only be set once whereas *%title%* can be changed. let's say the title is "This Is A Great Post!" so, it becomes "this-is-a-great-post" in the URI(At the first time, *%postname%* and *%title%* works same) but if you edit and change title let's say "This Is A WordPress Post!" so, *%postname%* in the URI remains same "this-is-a-great-post" whereas *%title%* in the URI becomes "this-is-a-wordpress-post" Be warned: *This plugin is not a replacement for WordPress's built-in permalink system*. Check your WordPress administration's "Permalinks" settings page first, to make sure that this doesn't already meet your needs. = Tags = address, permalink, permalinks, custom permalink, custom post permalink, url, tag, category, redirects, slug, set permalink, change permalink, rewrite slug, convert permalink, convert custom permalink, batch processing == Installation == 1. Upload the `permalinks-customizer` folder to the `/wp-content/plugins/` directory or Directly install the plugin through the WordPress plugins screen. 2. Activate the Permalinks Customizer plugin through the `Plugins` menu in WordPress. 3. Configure the plugin by going to the menu `Permalinks Customizer` that appears in your admin menu == Screenshots == * Permalinks can be set for each and every post type from [here](http://www.example.com/wp-admin/admin.php?page=permalinks-customizer-settings). The empty permalink field for the post-type will use the Wordpress Permalink Settings. * All the available tags which can be used for defining the permalinks are listed here. Some of the tags are defined here may only be use with [Permalinks Customizer](https://wordpress.org/plugins/permalinks-customizer/) plugin only. * Permalinks can easily be changed for the single post from its post edit page. * You can easily convert the custom permalink to permalink customizer by going on [permalinks settings page](http://www.example.com/wp-admin/admin.php?page=permalinks-customizer-convert-url) * Permalink conversion varies from servr to server. So, make sure to convert the url at a time on depending on your server capability. == Frequently Asked Questions == = Q. How to define slug of the post type? = A. Go to Settings, there is a field with the post type name. On this fields, you can define slug for the post type. = Q. Can i use tags? = A. Yes, you can use all the tags as defined on the [Permalinks Customizer page](https://wordpress.org/plugins/permalinks-customizer/). = Q. May this plugin works with custom permalinks? = A. No, This plugin does not work with [custom permalinks](https://wordpress.org/plugins/custom-permalinks/). == Changelog == = 0.3.2 = * Convert custom permalink to permalink customizer = 0.3.1 = * Add product_cat tag which is specially used for WooCommerce Products = 0.3 = * Add functionality to create a permalink for category and tag for default post type = 0.2 = * Front Page Displays as Static Page Functionality = 0.1 = * First release on wordpress.org