Is there a way to insert one (or more) upload field on a custom post type edition page?
I don’t want to use the midia gallery with all the fields and stuff.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a fairly basic example, but it should get you on your way;
Check out the codex on add_meta_box, and take a look at
wp_handle_upload()(line 239wp-admin/includes/file.phpas of 3.0) for more information.