고급 메뉴 속성에서 사용자 정의 필드를 추가하는 방법은 무엇입니까?
1 대답
- 투표
WordPress에는 게시물 작성자가 게시물에 사용자 정의 필드를 할당 할 수있는 기능이 있습니다.
http://codex.wordpress.org/Custom_Fields
하지만 메뉴 UI의 기능을 변경하는 것은 아마도 플러그인으로해야 할 일입니다.WordPress가 이러한 수정을 즉시 지원하는지 확실하지 않습니다.
자바 스크립트를 사용하는 플러그인을 작성하고 필요한 곳에 입력 필드를 추가 한 다음 저장하고 사이트에서 사용할 때 메뉴 항목에 필터를 추가 할 수 있습니다.
WordPress has the ability to allow post authors to assign custom fields to a post.
http://codex.wordpress.org/Custom_Fields
But - changing the functionality of the menu UI is probably something you'd have to do with a plugin. Not sure if WordPress supports such modifications out of the box.
You could write a plugin that uses Javascript and adds those input fields where needed, then saves them, and adds a filter to the menu items when they are used on the site.
메뉴 항목에 사용자 정의 필드를 추가 할 수 있습니까?
제가하고 싶은 것은 wp 메뉴 인터페이스에서 'French Navigation Label'과 'French Title Attribute'필드를 추가하는 것입니다.