WordPress custom field
From Wiki @ Karl Jones dot com
(Redirected from WordPress Custom Field)
In WordPress, a Custom Field is customized metadata associated with a WordPress Post.
Contents
Description
Metadata is handled with key/value pairs.
- The key is the name of the metadata element.
- The value is the information that will appear in the meta-data list on each individual post that the information is associated with.
Keys can be used more than once per post. For example, if you were reading two different books (perhaps a technical book at work and a fiction at home), you could create a "reading" key and use it twice on the same post, once for each book.
Plugins
Using a plugin can simply the process of creating and managing Custom Fields.
See Advanced Custom Fields plugin.
See also
- Advanced Custom Fields (WordPress plugin)
- Attribute–value pair - also known as key-value pair
- WordPress Post
External links
- Custom Fields @ codex.wordpress.org