Advertisement
Guest User

Meta.php - Image Upload Metabox

a guest
Jan 7th, 2011
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <table>
  2. <tr valign="top">
  3. <td>
  4. <label for="upload_image">
  5. <input id="upload_image" type="text" size="36" name="<?php $metabox->the_name('upload_image'); ?>" value="<?php $metabox->the_value('upload_image'); ?>" />
  6. <input id="upload_image_button" type="button" value="Upload Image" />
  7. <br />Enter a URL or upload an image for the banner. Image must be saved as .GIF, .JPG or .PNG.
  8. </label>
  9. </td>
  10. </tr>
  11. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement