Title: Custom Fields Permalink 2
Author: athlan
Published: <strong>2018년 3월 2일</strong>
Last modified: 2018년 10월 24일

---

플러그인 검색

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

![](https://ps.w.org/custom-fields-permalink-redux/assets/icon.svg?rev=1859400)

# Custom Fields Permalink 2

 작성자: [athlan](https://profiles.wordpress.org/athlan/)

[다운로드](https://downloads.wordpress.org/plugin/custom-fields-permalink-redux.1.5.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/custom-fields-permalink-redux/#description)
 * [평가](https://ko.wordpress.org/plugins/custom-fields-permalink-redux/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/custom-fields-permalink-redux/#installation)
 * [개발](https://ko.wordpress.org/plugins/custom-fields-permalink-redux/#developers)

 [지원](https://wordpress.org/support/plugin/custom-fields-permalink-redux/)

## 설명

Plugin allows to use post’s custom fields values in permalink structure by adding`%
field_fieldname%` rewrite tag.

Examples:

 * `http://example.com/%field_event_date_from%/%postname%/`
 * `http://example.com/post-type/%field_event_date_from%/%postname%/` (with [Custom Post Type Permalinks](https://wordpress.org/plugins/custom-post-type-permalinks/)
   plugin)

You can also set different permalink structure depending on custom post type using
[Custom Post Type Permalinks](https://wordpress.org/plugins/custom-post-type-permalinks/)
plugin. You can create own post types by using [Custom Post Type UI](https://wordpress.org/plugins/custom-post-type-ui/)
plugin.

The plugin works for:

 * posts
 * pages
 * custom post types

Plugin is also available on GitHub:
 [https://github.com/athlan/wordpress-custom-fields-permalink-plugin](https://github.com/athlan/wordpress-custom-fields-permalink-plugin)

## 스크린샷

[⌊Pemralink settings⌉⌊Pemralink settings⌉[

Pemralink settings

[⌊Custom post types Pemralink settings⌉⌊Custom post types Pemralink settings⌉[

Custom post types Pemralink settings

## 설치

 * Install plugin in WordPress system in Plugins section. You can search for “Custom
   Fields Permalink 2”.
 * Done! Now you can use `%field_fieldname%` tag in Settings -> Permalinks.

## FAQ

  Found the bug. How to raise a ticket?

The best way is to raise the ticket under the GitHub repository:
 [https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/new](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/new)

  I want to make a contribution

We would be very grateful in any contribution. If you have a idea for the feature,
please discuss it first by
 [raising the ticket](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/new).
When the assumptions are ready, please [make a pull request](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/pulls)
at GitHub.

  How to generate missing custom post meta keys and values

In case of missing custom post field values you can generate them on-the-fly using
[`generate_dynamic_metadata`](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/wiki/Plugin-hooks#generate_dynamic_metadata)
filter.

Read [the example](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/wiki/FAQ#how-to-generate-missing-custom-post-meta-keys-and-values).

  How to generate calculated dynamic custom post meta keys and values

You can generate custom post fields dynamically coding some logic using [`generate_dynamic_metadata`](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/wiki/Plugin-hooks#generate_dynamic_metadata)
filter.

Read [the example](https://github.com/athlan/wordpress-custom-fields-permalink-plugin/wiki/FAQ#how-to-generate-calculated-dynamic-custom-post-meta-keys-and-values).

## 후기

![](https://secure.gravatar.com/avatar/30b8905717b03f2cee902f4b7478d2ccbd516215957980e1640ed5d0ae8238ba?
s=60&d=retro&r=g)

### 󠀁[not working](https://wordpress.org/support/topic/not-working-3134/)󠁿

 [kirgizmustafa17](https://profiles.wordpress.org/kirgizmustafa17/) 2020년 1월 6
일 답글 1개

I add MY_CUSTOM_FIELD to my post and I changed permalink setting like that /%MY_CUSTOM_FIELD%/%
postname%/ but it is not working

![](https://secure.gravatar.com/avatar/de5566aaf7bbad1a759adcac85e7795af133fb767172ad113a2457ac0504bb13?
s=60&d=retro&r=g)

### 󠀁[Half works, half not](https://wordpress.org/support/topic/half-works-half-not/)󠁿

 [Gediminas](https://profiles.wordpress.org/gediminas10/) 2019년 8월 19일 답글 5
개

It would be a great plugin because only this one works for me with Custom Fields
tag. It gives the tag of Custom Field to generate permalink using most popular WP
Permalink plugins, but after successful permalink generation, when you click on 
it – there is an error because no post found. ACF Permalinks plugin, which is analog
of this one, works reversed – it doesn’t give Custom Field tag in the most popular
plugins, only in ones which don’t fit my needs. But the post is found after permalink
generation. WP version: 5.2.2

![](https://secure.gravatar.com/avatar/03746092dde496b83d0cc1f6d600e6eeb4e023c58b1606e56d1748a537bac9f0?
s=60&d=retro&r=g)

### 󠀁[It WORKS GREAT!](https://wordpress.org/support/topic/it-works-great-122/)󠁿

 [pablog](https://profiles.wordpress.org/pablogutierrez/) 2019년 3월 15일

This plugin with “ACF Permalinks” is awesome! Thanks a lot.

![](https://secure.gravatar.com/avatar/b6125b956dbbaeb9b6dadb673cbce51d4097e87e04909342d28b70fd2ef9fda2?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-19612/)󠁿

 [cmabb](https://profiles.wordpress.org/cmabb/) 2018년 10월 26일

🙂

![](https://secure.gravatar.com/avatar/59ec625edbb1ccf99c7b943e6a87907d982b81c38a98f2d9b211aa9ed8467db2?
s=60&d=retro&r=g)

### 󠀁[They said it couldn’t be done!](https://wordpress.org/support/topic/they-said-it-couldnt-be-done/)󠁿

 [mdwish](https://profiles.wordpress.org/mdwish/) 2018년 3월 27일 답글 1개

This plugin gives me the ability to add my ACF fields into permalinks. I realize
this is a pretty non-standard way to construct permalinks but in trying to create
ultra short permalinks, this saved me. Thanks so much. The only thing that would
make this better, is if I could leave the Post ID out of the permalink, but that’s
asking a lot.

 [ 모든 5 평가 읽기 ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ athlan ](https://profiles.wordpress.org/athlan/)

[자국어로 “Custom Fields Permalink 2”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/custom-fields-permalink-redux)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/custom-fields-permalink-redux/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/custom-fields-permalink-redux/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/custom-fields-permalink-redux/)
을 [RSS](https://plugins.trac.wordpress.org/log/custom-fields-permalink-redux/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

Release notes: https://github.com/athlan/wordpress-custom-fields-permalink-plugin/
releases

## 기초

 *  버전 **1.5.0**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **500+**
 *  워드프레스 버전 ** 4.5.0 또는 그 이상 **
 *  다음까지 시험됨: **5.0.27**
 *  PHP 버전 ** 5.3 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/custom-fields-permalink-redux/)
 * 태그:
 * [custom fields](https://ko.wordpress.org/plugins/tags/custom-fields/)[custom post types](https://ko.wordpress.org/plugins/tags/custom-post-types/)
   [permalink](https://ko.wordpress.org/plugins/tags/permalink/)[permalinks](https://ko.wordpress.org/plugins/tags/permalinks/)
   [url](https://ko.wordpress.org/plugins/tags/url/)
 *  [고급 보기](https://ko.wordpress.org/plugins/custom-fields-permalink-redux/advanced/)

## 평점

 별 5점 만점에 4.6점.

 *  [  4/5-별점 후기     ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/?filter=4)
 *  [  1/3-별점 후기     ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/custom-fields-permalink-redux/reviews/)

## 기여자

 *   [ athlan ](https://profiles.wordpress.org/athlan/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/custom-fields-permalink-redux/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://athlan.pl/wordpres-custom-fields-permalink-plugin/)