Adding numerous custom fields to wordpress posts
There are times when you need to add meta data/custom fields to your wordpress post. Suppose you want each of your posts to have three images attached to them. You can do this by adding thumbnail support to your theme but that would allow you to add one image or you could add custom fields through the default custom field mechanism but then again if you want to add numerous fields it will require alot of repetition.
Read More


