As part of my theme install, I'd like to add a set of custom field options to the wordpress database that would be available to all posts as long as my theme is active.
For example, I'd like to add these fields:
custom-image-1 custom-image-2 custom-image-3
And also these
custom-image-1-link custom-image-2-link custom-image-3-link
And then when a user goes to add or edit a post, they can insert values for each of these fields if they choose to...