Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

How can I define a custom field that works as an image upload? Should be fairly basic but I can't seem to find the solution.

Let's say you create the post type 'book' and want to create 3 fields: cover, back, index... I don't know...

I've done similar stuff in the past with flutter/magic fields but they don't seem to be updated or support native WP3 custom post types.

Alternatives anyone? Thanks in advance

share|improve this question
This is a duplicate of this question: wordpress.stackexchange.com/questions/4307/… – MathSmath Jan 21 '11 at 5:23
interested in this question as well – user1721135 Jan 28 at 21:04

1 Answer

up vote 1 down vote accepted

Try the Multiple Post Thumbnails plugin, http://wordpress.org/extend/plugins/multiple-post-thumbnails/. It will allow you to set a post type to have more than one post thumbnail, so you can set a front, back, index separately using the built-in handling.

share|improve this answer
That's what I was using. Is not exactly what I want. I want a more custom-cms-like kind of field but I guess this will have to do it for now :S – ozke Jan 21 '11 at 11:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.