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

Advanced Permalinks

外掛說明

Provides advanced permalink options that allow you to:

  • Have multiple permalink structures. Permalinks can be assigned to posts or ranges of posts
  • 301 redirect old permalink structures (many structures are allowed)
  • Category-specific permalinks. Posts in certain categories can be assigned a permalink structure
  • No need to have a base to the category permalink!
  • Change author permalinks
  • Enable periods in permalinks – perfect for migrating old websites

All permalinks are real permalinks and do not result in 301 redirections. This means you can change your permalink structure without
affecting any existing posts and without losing any page rank.
Any attempts to access posts in the wrong permalink structure will be
automatically redirected to the correct URL.

Advanced Permalinks is available in:
* English
* Bulgarian (thanks to Alexander Dichev)
* Belorussian (thanks to Marcis Gasuns)
* Russian (thanks to Slava Mikheev)
* Uzbekistan (thanks to Alexandra Bolshova)
* Lithuanian (thanks to Nata Strazda at Web Hub)

Example 1: Migrating a permalink structure

Say you have an existing site with the default WordPress permalink structure /%year%/%monthnum%/%day%/%postname%/ and you decide you want to change it
to a more keyword-heavy /%category%/%postname%/. If you change the permalink setting then all your old posts will be moved, and you will suffer a major loss
of page rank (not to mention a lot of 404s). With Advanced Permalinks you can define a specific permalink structure for all your old
posts and then create a new permalink structure for new ones. All your old posts will carry on living at the same URL as before, but all
new posts will be created using your new structure.

Example 2: Category-specific permalinks

Sometimes you want posts in a certain category to appear elsewhere on your site. For example, your usual permalink structure may result in:

/2007/05/02/my-review

However, you want posts in the ‘review’ category to appear as:

/reviews/my-review

Using Advanced Permalinks this is not a problem.

Documentation

Full documentation can be found on the Advanced Permalinks Page page.

螢幕擷圖

  • Configure extra permalinks
  • Add post-specific permalinks
  • Create permalinks for categories

安裝方式

The plugin is simple to install:

  1. Download advanced-permalinks.zip
  2. Unzip
  3. Upload advanced-permalinks directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Configure the plugin from Options/permalinks

You can find full details of installing a plugin on the plugin installation page.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Advanced Permalinks〉的開發相關工作。

參與者

將〈Advanced Permalinks〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.1.2

  • First release

0.1.3

  • Fix javascript errors

0.1.4

  • Fix problem with file upload

0.1.5

  • Add option to allow periods in URLs

0.1.6

  • Preliminary support for .html in category base in WP 2.3

0.1.7

  • Add 301 redirects

0.1.8

  • Stop redirect loop

0.1.9

  • Fix WP 2.3.1 problem, fix problem with 404s on category specific URLs, add Bulgarian translation

0.1.10

  • Add debug page

0.1.11

  • Fix missing 404 on category specific URLs on some hosts

0.1.12

  • Update base plugin to fix path problem

0.1.13

  • WP 2.5 fixes

0.1.14

  • WP 2.7 styling, fix YARP issue

0.1.15

  • Add Belorussian translation

0.1.16

  • Add Russian & Uzbekistan translation

0.1.17

8 Remove deep slashes

0.1.18

  • Update Russian translation

0.1.19

  • Removed debug option
  • Add Lithuanian

0.1.20

  • Fix a load of PHP warnings
  • General XSS cleanup

0.1.21

  • Menu only to appear on permalink page