I have a custom post in WordPress, created by using the Easy Content Types plugin, in this case called ‘shoe’. Each shoe has a number of metaboxes attached to it, each metabox represents a supplier of the shoe. Each metabox has fields for image, and then 5 text fields, one of which is ‘order’.
I need to display the metabox contents under the ‘shoe’ post, one metabox at a time, in the order specified by the number field.
All the CSS, etc, I can do myself. I literally just need the query wri…
