Introduction To WordPress Post Meta

When a post is created in WordPress, items like title, content, ID and status are stored in the wp_posts table. However that’s not the only place where WordPress stores post information. There also exists a wp_postmeta table that contains all the extra bits. Each extra bit is stored against a meta key. This meta keyRead More

How to Create Custom Fields

Step 1: Start editing the form for which you would like to create a custom field. Step 2: In the Fields tab you will notice a small box on the right side titled Custom Fields. Enter a label and a meta key, and press Add. The Label can be anything you like. The meta keyRead More