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

Redirect Old Links

설명

Changing your link structure in WordPress can lead to all of your old links breaking and returning a “404”. But no more! If someone goes to an old link for your site, I’ll find the new link and redirect them there automatically.

No configuration. No one-by-one setting of the new link structures. No wrestling with complicated regex patterns. Just install me and relax.

Redirect 404s works with posts, pages, and custom post types (like ecommerce products).

  • Note – the plugin only works for permalink structures where the last “chunk” of the URL is the post name (also called the slug).

설치

  1. Upload the plugin folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu
  3. Done!

FAQ

How do I configure the plugin?

No configuration necessary! I automatically tests all 404 links to see if they might resolve to an existing post. If I find a post that matches, I’ll just redirect the visitor to that post.

How do you know when a post matches?

I take the last “chunk” of the URL and assume it’s a post name. Then I search for any posts with that name. If I find one, I redirect the user to the post I found. Since I use this method, I won’t work for all permalink structures. But the vast majority end in the post name, so I’ll work just fine on most sites.

Examples:
* /2017/02/this-is-the-last-chunk/
* /announcements/this-is-the-last-chunk/

Do you work with custom post types like ecommerce products?

Sure do! I’ll search all public post types for the post name to see if I find one.

후기

2017년 3월 26일
I was looking for about 3 hours for a plugin, which can redirect all sites if you change the permalinks structure in WordPress. After 5 plugins I almost gave up, because none of them worked if you have another direction of your WordPress installation or if you have a multi lingual blog (permalinks with /de/ or /en/). But with this plugin everything works! And I haven’t configured anything… just installed it and it worked! It’s just amazing!
모든 1 평가 읽기

기여자 & 개발자

“Redirect Old Links”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Redirect Old Links”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

  • 1.0.0 Initial release to wordpress.org repository
  • 0.2 Update the query to search for all post names, instead of just matching off of get_page_by_path()
  • 0.1 Initial release