Add Custom Field Key in functions.php

16,154

Solution 1

Check add_meta_box (It allows plugin developers to add sections to the Write Post, Write Page, and Write Link editing pages. ):

http://codex.wordpress.org/Function_Reference/add_meta_box

Or these plugins:

Source: http://sltaylor.co.uk/blog/control-your-own-wordpress-custom-fields/

Solution 2

Adding Meta Boxes is definitely the way to go. The following should help you:

http://farinspace.com/wordpress-meta-box-next-level/

http://farinspace.com/custom-fields-area-uncluttered/

Share:
16,154
Norbert
Author by

Norbert

Updated on June 08, 2022

Comments

  • Norbert
    Norbert almost 2 years

    Is there any way to add custom field keys to the dropdown of the custom fields on the "add new post" page without adding the fields?