這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Freedom Permalinks

描述

Freedom Permalinks can help you to change permalinks to any format you want.
Update slug structure, change domains, remove/add slashes or add extensions (.html, .php or anything you want) etc.

PS. While this gives you freedom to play with permalinks, you should know that you have to make those link structures work with your themes yourself.

For example if your theme is installed on subdomain1.domain.com, changing permalink to subdomain2.domain.com will break the existing links and you have to move your theme manually to subdomain2.domain.com to make it work.

Things you must know before trying this plugin:
1. It's best suited for custom/smaller themes.
2. Always create backup of your database before trying this plugin.

Examples:
Some permalink examples to just give you some idea to what we can do with "Freedom Permalinks".
Permalink : http://subdomain-anydomain2.com/blog/%post_id%/%post_slug%
Becomes   : http://subdomain-anydomain2.com/blog/23/this-is-smaple-page-post

Permalink : http://subdomain.com/blog/%post_id%/%post_slug%.html
Becomes   : http://subdomain.com/blog/23/this-is-smaple-page-post.html

Permalink : http://subdomain.com/blog/%post_slug%.html
Becomes   : http://subdomain.com/blog/this-is-smaple-page-post.html

Permalink : http://subdomain.com/blog/%post_category%/%post_slug%.html
Becomes   : http://subdomain.com/blog/health/this-is-smaple-page-post.html

Permalink : http://nes.subdomain.com/news/%post_category%/%post_slug%-%post_id%
Becomes   : http://nes.subdomain.com/news/mobile/some-ceo-retired-23

安裝

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Permalinks and click Save Changes
  4. If permalinks wont update from above step, go back to Settings->Permalinks then select Custom Structure option and click Save Changes.

常見問題

Does this plugin support changing domains?

Yes.

Does this plugin move the theme to new domain?

No.

Does this plugin support changing slug structure?

Yes.

Does this plugin support adding extensions at the end of permalinks?

Yes.

Does this plugin support adding forward slashes at the end of permalinks?

Yes.

Does this plugin support removing forward slashes at the end of permalinks?

Yes.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Freedom Permalinks” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Freedom Permalinks 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • New release