开发者 |
aliya-yasir
sasiddiqui |
---|---|
更新时间 | 2020年6月17日 17:32 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 5.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
permalinks-customizer
folder to the /wp-content/plugins/
directoryA. Navigate on Permalinks Customizer
Menu from the WordPress Dashboard
, Open PostTypes Settings Page, there is a textfield for each and every PostType (if the PostType is available for Public
) . On this field, you can define structure which is used for that PostType.
A. Yes, you can use any tag which are defined in Default Tags for PostTypes and Custom Tags for PostTypes.
A. Yes, it supports the custom taxonomy tag as defined here.
A. Yes, you can see all the created permalinks on the PostType Permalinks Page under Permalinks Customizer.
A. Navigate on Permalinks Customizer
Menu from the WordPress Dashboard
, Open Taxonomies Settings Page, there is a textfield for each and every Taxonomy (if the Taxonomy is available for Public
) . On this field, you can define structure which is used for that Taxonomy.
A. Yes, you can use any tag which are defined here.
A. Yes, you can see all the created permalinks on the Taxonomies Permalinks Page under Permalinks Customizer.
A. Yes, you can regenerate all the permalinks according to the defined structure. To have a bulk permalink update, Go to the All Post page there is a a option in the bulk action drop down with the name of Regenerate Permalinks
. Use that option for regenerating the Permalinks.
A. No, it won't damage your site SEO. As regenerating permalinks added redirect against their previous permalink.
A. Yes, you can see the all the redirects created by this plugin from the Redirects Page under the Permalinks Customizer in the WordPress Dashboard.
A. Yes, you can disable/delete the redirects from the Redirects Page using Bulk Action.
A. Yes, you can exclude any posttype from the plugin to be worked on. For this just add the filter as shown in the Filters Section with the name of Exclude PostType from the Plugin.
functions.php
or pluginfunctions.php
or plugin