前言介紹
- 這款 WordPress 外掛「WP Permastructure」是 2012-09-02 上架。
- 目前有 500 個安裝啟用數。
- 上一次更新是 2023-07-26,距離現在已有 647 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.3 以上版本才可以安裝。
- 有 15 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
sanchothefat | interconnectit |
外掛標籤
urls | permalinks | rewrite rules | custom post types | Custom Taxonomies |
內容簡介
此外,除了控制自訂文章類型的永久網址,此外掛還支援在您的永久網址結構中使用自訂分類。
不僅如此,您還可以控制完整的永久網址,使文章類型別名不需要出現在連結開頭。
多個文章類型可以使用相同的永久網址結構。
使用方式
此外掛有兩種使用方式:
永久網址設定
此外掛會為任何公開的自訂文章類型在永久網址設定頁面新增欄位。
程式碼中使用
當註冊文章類型時,您可以在重寫屬性中使用值來定義您的預設永久網址結構,此鍵為「permastruct」。
例如:
register_post_type( 'my_type', array(
...
'rewrite' => array(
'permastruct' => '/%custom_taxonomy_name%/%author%/%postname%/'
),
...
) );
?>
原文外掛簡介
In addition to controlling your custom post type permalinks this plugin adds support for using custom taxonomies in your permalink structures as well.
Not only that but you can control the full permalink so the post type slug is not required at the start of the link.
Multiple post types can use the same permalink structure.
Usage
There are 2 ways to use this plugin:
Permalink Settings
The plugin adds fields to the permalinks settings page for any public facing custom post types.
In Code
When registering a post type you can add a value to the rewrite property with the key ‘permastruct’ to define your default permalink structure.
eg:
array(
'permastruct' => '/%custom_taxonomy_name%/%author%/%postname%/'
),
...
) );
?>
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Permastructure」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4.2 | 1.4.3 | 1.4.4 | trunk |
延伸相關外掛(你可能也想知道)
Rewrite Rules Inspector 》這是一個簡單的 WordPress 後台工具,用於檢查 rewrite 規則。您可以查看所有 rewrite 規則的清單,檢視哪些 rewrite 規則符合特定的 URL(以及它們符合的優...。
Debug Bar Rewrite Rules 》Debug Bar Rewrite Rules 外掛能將透過篩選條件改變的 Rewrite Rules 的相關資訊新增至 Debug Bar 的一個新面板中。此外掛是 Debug Bar 的擴充套件,但也可以...。
Rewrite Rule Testing 》這個外掛提供一個簡單的介面,可以測試您的自訂重新導向規則。, 這個外掛的目的是為了能夠測試您自己的重新導向規則,所以您可能最感興趣的是如何進行測試,...。
Debug Bar Rewrite Rules 》顯示網站當前的重新導向規則。需要安裝 Debug Bar 外掛。。
My Permalink Demo 》在製作我的 Read Offline 插件時,我想實現永久連結功能。經過大量搜尋和閱讀 WordPress 源代碼後,我決定分享我的發現。, 這個有註解的插件演示了如何為你的...。
Category Post URLs 》WordPress文章的類別及子類別URL外掛,可以啟用文章類別URL並使文章遵循類別、父類別及子類別來定義其永久連結。假設您的網誌類別結構如下:, , 新聞, , 漫威...。