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

Link Away

설명

Link Away makes it easy to replace a post’s permalink with any URL you choose on a post by post basis.

Link Away adds a field to the post admin page for entering the new destination address.

If you are sharing an article found on another website, all you have to do is add it’s URL. When the user clicks any link that would normally take them to the single post page for that post, they will bypass the post on your site and go directly to the article location.

The value of this plugin compared to others that might be similar, is that it is clean and lightweight. It’s so simple, in fact, that the actual functionalitly is only about a half dozen lines of code.

Because it filters the WP function that retrieves the permalink and replaces it with the given URL as it is returned, with a very high priority, it should have no problem working across all themes and regardless of other plugins.

스크린샷

  • Look for the Link Away meta box in the upper right side when creating or editing a post.

설치

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘Link Away’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select link-away.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download link-away.zip
  2. Extract the link-away directory to your computer
  3. Upload the link-away directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

There is no settings page, just look for the Link Away settings box when editing posts. Works on regular and public custom post types.

It’s a pretty simple plugin. If you don’t want to change a post, just ignore the Link Away settings, but when you do want a post to link away, add the complete URL where you want users to go.

Optionally, you can select to have the new location open in a new window.

Click the test button and the URL will open in a small popup in case you want to verify the URL before you update the post.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Link Away”(을)를 번역하세요.

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

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

변경이력

1.0

  • Hello World!