Advertisement
Viruthagiri

Untitled

Jul 26th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. I need help.
  2.  
  3. Please [check this code][1]
  4.  
  5. This is the snapshot of what the form look like now.
  6.  
  7. ![Snapshot][2]
  8.  
  9. I would like to add some extra fields under the description form.
  10.  
  11. I think i need to edit the_question_form() function in this [file][3].
  12.  
  13. I need to add some extra fields below this textarea.
  14.  
  15. line number 375.
  16.  
  17. <textarea name="question_content"><?php echo esc_textarea( $question->post_content ); ?></textarea>
  18.  
  19.  
  20. I want to add a custom image upload button below that textarea. I added
  21.  
  22. enctype="multipart/form-data"
  23.  
  24. tag in the form. I also added this code.
  25.  
  26. <input type="file" name="image">
  27.  
  28. Now can anyone tell me how to store this image file in the database and how to retrieve it in the content page?
  29.  
  30. Please i'm really in need of help. So i appreciate everyone who try to help me. Thanks everyone.
  31.  
  32. PS: This is a page in my theme where user submit their content, NOT admin area.
  33.  
  34.  
  35. [1]: http://pastebin.com/THbfSZj2
  36. [2]: http://i.stack.imgur.com/I0Hhz.jpg
  37. [3]: http://pastebin.com/THbfSZj2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement