Add field to post form

If you’re comfortable writing plugins, you can use “meta boxes” to add custom meta fields to the post form. Please have a look at the add_meta_box examples to see what I mean. The general idea is that you add a meta box containing a field, and save it to the meta table when the form is submitted.

tech