I’m following this tutorial by Justin Tadlock on creating meta boxes.
http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/
I can get a meta box with a single field to work without problem but I would like to create a meta box with several fields.
For example a meta box called “Staff Details” with 2 fields called “Title” and “Experience”.
Does anyone know how I can do this please?
Thanks!
This is what you are looking for.
And if you want to use the custom meta in your loop you could do it like this.