詳細メニューのプロパティにカスタムフィールドを追加するにはどうすればよいですか?
1 回答
- 投票
WordPressには、投稿者がカスタムフィールドを投稿に割り当てることを許可する機能があります.
http://codex.wordpress.org/Custom_Fields
しかし、メニューUIの機能を変更することは、おそらくプラグインで行う必要があることです.WordPressがそのような変更をすぐにサポートするかどうかはわかりません.
Javascriptを使用し、必要に応じてこれらの入力フィールドを追加して保存し、サイトで使用するときにメニュー項目にフィルターを追加するプラグインを作成できます.
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メニューインターフェイスに「FrenchNavigationLabel」と「FrenchTitleAttribute」のフィールドを追加できるようにすることです.