이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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