
內容簡介
輕鬆編輯自訂文章類型的永久網址結構。
簡單文章類型永久連結比自訂文章類型永久連結更簡單而聰明。
可用的標籤包括%post_id%,%postname%,%year%,%monthnum%,%day%,%hour%,%minute%,%second%,%author%。
需要 PHP 版本 5.3 或更高版本。
這個外掛發布在 GitHub 上。
請 Fork 和 Pull Request!
程式碼設定
範例:
register_post_type( 'foo',
array(
"public" => true,
'has_archive' => true,
"rewrite" => [
"with_front" => true
],
"sptp_permalink_structure" => "foo/%post_id%"
)
);
外掛標籤
開發者團隊
原文外掛簡介
Edit the permalink structure of custom post type too easy.
Simple Post Type Permalinks is Simple and Smart than Custom Post Type Permalinks.
Available tags are %post_id%, %postname%, %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %author%.
Requires PHP version 5.3 or higher.
This Plugin published on GitHub.
Please Fork and Pull Request!
Setting on Code
Example:
register_post_type( 'foo',
array(
"public" => true,
'has_archive' => true,
"rewrite" => [
"with_front" => true
],
"sptp_permalink_structure" => "foo/%post_id%"
)
);
