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.
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.
You must be logged in to post a comment.
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.php
as of 3.0) for more information.