March 2011
Beginner to intermediate
300 pages
7h 23m
English
In order to ensure that each post automatically uses the same custom fields, we need to shepherd WordPress' behavior using a plugin that makes use of WordPress' remove_meta_box()
and add_meta_box() functions. The "meta box" is where you interact with your custom fields (a.k.a. your post meta). Specifically, we are going to remove the default meta box and replace it with our own. You know the drill by now. Let's create a new plugin.
Read now
Unlock full access