
內容簡介
自定義永久網址助手(Permalinks Customizer)可為公開訪問的不同文章類型和分類定義不同的永久網址結構。您可以使用 WordPress 中已定義的標籤,如此處所述的標籤,也可以使用由此外掛程式自定義的文章類型和分類的標籤。在 WordPress 導覽列上的 Permalinks Customizer 選單中(若已安裝此外掛)也可以找到這些標籤。
如何為不同文章類型設定永久網址?假設您有六個文章類型,並希望為它們應用不同的永久網址結構,如下所述:
1. 博客(Blog):您希望為此文章類型創建一個永久網址,如:http://www.example.com/blog/year-month-date-postname/
2. 客戶(Customers):您希望為此文章類型創建一個永久網址,如:http://www.example.com/customers/postname/
3. 活動(Events):您希望為此文章類型創建一個永久網址,如:http://www.example.com/events/year-month-date-postname/
4. 媒體(Press):您希望為此文章類型創建一個永久網址,如:http://www.example.com/press/category/year/postname/
5. 新聞(News):您希望為此文章類型創建一個永久網址,如:http://www.example.com/news/year/postname/
6. 贊助商(Sponsors):您希望為此文章類型創建一個永久網址,如:http://www.example.com/company/sponsor/post_title/
這個外掛非常容易實現此目的。您只需要前往 Permalinks Customizer 設置頁面,就可以看到帶有文章類型名稱的文本欄。在每個文章類型中定義您要創建的永久網址即可。
如果您未填寫任何文章類型欄位,Permalinks Customizer 將會使用預設的永久網址設置為該文章類型創建永久網址。
如何配置 Permalinks Customizer?導覽到 WordPress 儀表板上的 Permalinks Customizer 選單即可進行配置。
結構標籤(Structure Tags)可協助您查找 Permalinks Customizer 目前支援的所有標籤。
文章類型的預設標籤(Default Tags for PostTypes)由 WordPress 定義。這些標籤可用於預設的 WordPress 永久網址設置頁面以及 Permalinks Customizer 設置頁面。
自定義文章類型的標籤(Custom Tags for PostTypes)由 Permalink
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Permalinks Customizer helps you to set the different permalink structure for different PostTypes and Taxonomies which are publicly available.
You can use the tags which are defined by the WordPress as mentioned here. Also, you can use the tags which are customily defined by this plugin for PostTypes and Taxonomies. You can also find these tags in Permalinks Customizer menu on WordPress Dashboard (if the plugin is installed).
How to set the Permalinks for different PostTypes
Let’s assume that you have 6 PostTypes and you like to apply differnet permalink structure for them. Like:
Blog : For this post type you want to create a permalink which looks like this: http://www.example.com/blog/year-month-date-postname/
Customers : For this post type you want to create a permalink which looks like this: http://www.example.com/customers/postname/
Events : For this post type you want to create a permalink which looks like this: http://www.example.com/events/year-month-date-postname/
Press : For this post type you want to create a permalink which looks like this: http://www.example.com/press/category/year/postname/
News : For this post type you want to create a permalink which looks like this: http://www.example.com/news/year/postname/
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 PostType name. You can define your permalinks you want to create for each post type.
If you leave any PostType field empty, Permalinks Customizer will create a permalink for that PostType by using the default permalink settings.
How to Configure Permalinks Customizer
You can configure the plugin by navigating to the Permalinks Customizer menu from the WordPress Dashboard
Structure Tags
You can find all the tags which are currently supported by the Permalinks Customizer.
Default Tags for PostTypes
Below mentioned tags are provided by the WordPress. These tags can be used on Default WordPress Permalink Settings Page as well as Permalinks Customizer Settings page.
%year%: The year of the post, four digits, for example 2019
%monthnum%: Month of the year, for example 01
%day%: Day of the month, for example 02
%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 123
%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.
%author%: A sanitized version of the author name.
Custom Tags for PostTypes
Below mentioned tags are provided by the Permalinks Customizer for PostTypes. These tags can not be used on the Default WordPress Permalink Settings Page.
%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.
%parent_title%: This tag is similar as %title%.Only the difference is that it appends the immediate Parent Page Title in the URI if any parent page is selected.
%all_parents_title%: This tag is similar as %title%.Only the difference is that it appends all the Parents Page Title in the URI if any parent page is selected.
%parent_postname%: This tag is similar as %postname%.Only difference is that it appends the immediate Parent Page Slug if any parent page is selected.
%all_parents_postname%: This tag is similar as %postname%.Only the difference is that it appends all the Parents Page Slug in the URI if any parent page is selected.
%child-category%: A sanitized version of the category name (category slug field on New/Edit Category panel).
%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 in WooCommerce Products.
<%ctax_custom_taxonomy%>: A sanitized version of the custom taxonomy where the taxonomy name is custom_taxonomy. Replace the custom_taxonomy with your appropriate created taxonomy name.
If you want to provide the default slug which is used when the category/taxonomy doesn’t be selected so, make sure to provide default name/slug which looks like this: <%ctax_custom_taxonomy??sales%>. Value which is written between the ?? and %> is used as default slug.
<%ctaxparents_custom_taxonomy%>: This tag is similar as <%ctax_custom_taxonomy%>.Only the difference is that it appends all the Parents Slug in the URI if any parent Term/Category is selected.
%author_firstname%: A sanitized version of the author first name. If author first name is not available then it uses the author’s username.
%author_lastname%: A sanitized version of the author last name. If author last name is not available then it uses the author’s username.
Note: %title% is similar as %postname% tag but the difference is that %postname% can only be set once by WordPress whereas %title% can be changed by user at multiple times. 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”
Custom Tags for Taxonomies
Below mentioned tags are provided by the Permalinks Customizer for Taxonomies. These can not be used on the Default WordPress Permalink Settings Page.
%name%: Name of the Term/Category. let’s say the name is “External API” so, it becomes external-api in the URI.
%term_id%: The unique ID # of the Term/Category, for example 423
%slug%: A sanitized version of the name of the Term/Category. So “External API” becomes external-api in the URI.
%parent_slug%: This tag is similar as %slug%.
Only the difference is that it appends the immediate Parent Term/Category Slug in the URI if any parent Term/Category is selected.
%all_parents_slug%: This tag is similar as %slug%.
Only the difference is that it appends all the Parent Terms/Category Slugs in the URI if any parent Term/Category is selected.
Filters
You can find all the filters below which are provided by Permalinks Customizer plugin. These filters can be used as per your Website requirement.
Exclude Permalinks
If you want to exclude some Permalink to processed with the plugin so, just add the filter looks like this:
function yasglobal_exclude_url( $permalink ) {
if ( false !== strpos( $permalink, '/contact-us/' ) ) {
return '__true';
}
return;
}
add_filter( 'permalinks_customizer_exclude_request', 'yasglobal_exclude_url' );
Show Relative Permalink/URL
To show relative permalink/url in Edit Post, add this filter in your themes functions.php.s
add_filter( 'permalinks_customizer_remove_home_url', '__return_true' );
Exclude PostType from the Plugin
To exclude the plugin to be worked on any PostType. Add this filter in your themes functions.php.
function yasglobal_exclude_post_types( $post_type ) {
if ( $post_type == 'page' ) {
return '__true';
}
return '__false';
}
add_filter( 'permalinks_customizer_exclude_post_type', 'yasglobal_exclude_post_types');
Note: Plugin stops working on the backend. No more permalinks would be generated by the plugin but the permalink which are already created will remains in work.
Disable automatically create redirects
To disable automatically create redirects feature on creating and updating the post/pages/categories, add this filter in your themes functions.php.
add_filter( 'permalinks_customizer_auto_created_redirects', '__return_false');
This filter stops to be creating new redirects but existed redirects keeps working. To stop existed redirects, add permalinks_customizer_disable_redirects filter.
Disable Redirects
To disable redirects to be applied , add this filter in your themes functions.php.
add_filter( 'permalinks_customizer_disable_redirects', '__return_false');
This filter only stop redirects to be work but the automatically create redirects still works. To stop automatically create redirects feature add permalinks_customizer_auto_created_redirects filter.
Bug reports
Bug reports for Permalinks Customizer are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.
