I have create a custom post type with meta boxes.
In metaboxes I have create some fealds that the use can use the WordPress ThickBox Media Dialog to upload his/her images for each post seperatly.
From the other side, the WordPress, when I upload an image as a Featured image, gives me some functions like the
the_post_thumbnail()
that allowing me to choose the image size that I need in my template.
So, the question is, can I use any function looks like the above one to print out the image sizes I like, that the end user has upload through the media box custom fields ?
the_post_thumbnail()function and change its name and the image it gets. – sanchothefat Mar 5 '12 at 14:35attachmentpost-types, or as custom post meta, or as something else? – Chip Bennett Mar 5 '12 at 15:04